Package | Description |
---|---|
scriptinterface.execution.parseerrors |
Modifier and Type | Class and Description |
---|---|
class |
SyntaxEndOfBuffer
Occurs, when the end of the input buffer is reached while the parser is at a non-accepted state.
|
class |
SyntaxInvalidSymbol
Occurs, when a string to parse contains an unknown symbol/character sequence
|
class |
SyntaxNotAccepted
Occurs, when the a string to parse is not a word of the language.
|