Package com.io7m.jsx.api.lexer
Class JSXLexerNotHexCharException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsx.JSXException
com.io7m.jsx.api.lexer.JSXLexerException
com.io7m.jsx.api.lexer.JSXLexerNotHexCharException
- All Implemented Interfaces:
com.io7m.jlexing.core.LexicalType<URI>,Serializable
An exception indicating that a hexadecimal character was expected, but
something else was provided.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSXLexerNotHexCharException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message) Construct an exception. -
Method Summary
Methods inherited from class com.io7m.jsx.api.lexer.JSXLexerException
lexicalMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString