Package software.amazon.smithy.build
Class SmithyBuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.smithy.build.SmithyBuildException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 CodegenException,SourcesConflictException,UnknownProjectionException,UnknownTransformException
Base exception thrown for any error that occurs while building.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSmithyBuildException(String message) SmithyBuildException(String message, Throwable previous) SmithyBuildException(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
- 
SmithyBuildException
 - 
SmithyBuildException
 - 
SmithyBuildException
 
 -