Package com.io7m.jsx

Class JSXException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSXLexerException, JSXParserException

public abstract class JSXException extends Exception
Root exception type raised by the package.
See Also:
  • Constructor Details

    • JSXException

      public JSXException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • JSXException

      public JSXException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause