| Class | Description |
|---|---|
| Context |
Represents the current parsing context.
|
| LineNumberScanner |
A scanner that is aware of the line numbers and throws exceptions that contain this useful piece of information.
|
| Exception | Description |
|---|---|
| IncompleteInputReadException |
Thrown if the parsing ends while there is still input to read.
|
| IncompleteLineReadException |
Thrown if the next line is accessed while the current line has not been fully consumed.
|
| NoMoreLinesToReadException |
Thrown if the input is accessed for more lines when there is no more to read.
|
| UndefinedVariableException |
Thrown when a context variable is accessed but has never been set.
|