Class JSXLexerBareCarriageReturnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsx.JSXException
com.io7m.jsx.api.lexer.JSXLexerException
com.io7m.jsx.api.lexer.JSXLexerBareCarriageReturnException
- All Implemented Interfaces:
com.io7m.jlexing.core.LexicalType<URI>, Serializable
An exception indicating that a bare carriage return was present in the
source.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSXLexerBareCarriageReturnException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message) Construct an exception. -
Method Summary
Methods inherited from class JSXLexerException
lexicalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSXLexerBareCarriageReturnException
-