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:
java.io.Serializable
- Direct Known Subclasses:
CodegenException
,SourcesConflictException
,UnknownProjectionException
,UnknownTransformException
public class SmithyBuildException extends java.lang.RuntimeException
Base exception thrown for any error that occurs while building.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmithyBuildException(java.lang.String message)
SmithyBuildException(java.lang.String message, java.lang.Throwable previous)
SmithyBuildException(java.lang.Throwable cause)
-