Package com.io7m.jsx.api.lexer
Class JSXLexerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsx.JSXException
com.io7m.jsx.api.lexer.JSXLexerException
- All Implemented Interfaces:
com.io7m.jlexing.core.LexicalType<URI>,Serializable
- Direct Known Subclasses:
JSXLexerBareCarriageReturnException,JSXLexerInvalidCodePointException,JSXLexerNewLinesInStringsException,JSXLexerNotHexCharException,JSXLexerUnexpectedEOFException,JSXLexerUnknownEscapeCodeException
public abstract class JSXLexerException
extends JSXException
implements com.io7m.jlexing.core.LexicalType<URI>
The type of exceptions raised by the lexer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSXLexerException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message) Construct an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSXLexerException
Construct an exception.- Parameters:
in_lex- The lexical informationin_message- The exception message
-
-
Method Details
-
lexical
- Specified by:
lexicalin interfacecom.io7m.jlexing.core.LexicalType<URI>
-