Package software.amazon.smithy.build
Class UnknownTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.smithy.build.SmithyBuildException
software.amazon.smithy.build.UnknownTransformException
- All Implemented Interfaces:
Serializable
Thrown when a mapper cannot be found.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownTransformException
(String message) UnknownTransformException
(String message, Throwable previous) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownTransformException
-
UnknownTransformException
-