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 Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSXLexerException
-
-
Method Details
-
lexical
-