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 SummaryConstructorsConstructorDescriptionSmithyBuildException(String message) SmithyBuildException(String message, Throwable previous) SmithyBuildException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SmithyBuildException
- 
SmithyBuildException
- 
SmithyBuildException
 
-