public static class PGrammar.IllFormedException extends RuntimeException
The exception contains the problems reported during the grammar construction.
Modifier and Type | Field and Description |
---|---|
List<IReport> |
reports
The problems reported during the grammar 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