public static class Lexer.IllFormedException extends RuntimeException
The exception contains the problems reported during the lexer construction.
Modifier and Type | Field and Description |
---|---|
List<IReport> |
reports
The problems reported during the lexer construction,
and which led to this exception
|
Constructor and Description |
---|
IllFormedException(String message,
List<IReport> reports) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString