Class ModelTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.smithy.model.transform.ModelTransformException
- All Implemented Interfaces:
 Serializable
Exception thrown when a model transformation error occurs.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionModelTransformException(String message) ModelTransformException(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
- 
ModelTransformException
 - 
ModelTransformException
 
 -