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