Package com.io7m.jsx.api.lexer
Class JSXLexerNewLinesInStringsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsx.JSXException
com.io7m.jsx.api.lexer.JSXLexerException
com.io7m.jsx.api.lexer.JSXLexerNewLinesInStringsException
- All Implemented Interfaces:
com.io7m.jlexing.core.LexicalType<URI>,Serializable
The type of exceptions indicating that a quoted string contained a newline,
but the lexer configuration forbids them.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSXLexerNewLinesInStringsException(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