Class CBParseFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.cedarbridge.schema.parser.api.CBParseFailedException
- All Implemented Interfaces:
Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAn indication of whether or not the exception is fatal. -
Constructor Summary
ConstructorsConstructorDescriptionCBParseFailedException(CBParseFailedException.Fatal inFatality) Construct an exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CBParseFailedException
Construct an exception.- Parameters:
inFatality- The degree of fatality
-
-
Method Details
-
fatality
- Returns:
- The fatality of the exception
-