Class ModelImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.smithy.model.loader.ModelImportException
- All Implemented Interfaces:
Serializable
Exception thrown when a model fails to be imported.
- See Also:
-
Constructor Summary
ConstructorDescriptionModelImportException
(String message) ModelImportException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelImportException
-
ModelImportException
-