Class JSXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsx.JSXException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JSXLexerException, JSXParserException
Root exception type raised by the package.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSXException(String message) Construct an exception.JSXException(String message, Throwable cause) 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
-
JSXException
-
JSXException
-