Package software.amazon.smithy.build
Class UnknownProjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.smithy.build.SmithyBuildException
software.amazon.smithy.build.UnknownProjectionException
- All Implemented Interfaces:
- Serializable
Thrown when a projection extends from an unknown projection.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnknownProjectionException(String message) UnknownProjectionException(String message, Throwable previous) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnknownProjectionException
- 
UnknownProjectionException
 
-