Class CBSPICodeGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.cedarbridge.codegen.spi.CBSPICodeGeneratorException
- All Implemented Interfaces:
Serializable
The type of exceptions raised by code generators.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CBSPICodeGeneratorException
Construct an exception.- Parameters:
exception- The cause
-