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

public class SmithyBuildException extends RuntimeException
Base exception thrown for any error that occurs while building.
See Also:
  • Constructor Details

    • SmithyBuildException

      public SmithyBuildException(String message)
    • SmithyBuildException

      public SmithyBuildException(Throwable cause)
    • SmithyBuildException

      public SmithyBuildException(String message, Throwable previous)