Package | Description |
---|---|
scriptinterface.execution | |
scriptinterface.execution.parseerrors |
Modifier and Type | Method and Description |
---|---|
ParseError |
ExecuterInterface.getErrorMessage() |
Modifier and Type | Class and Description |
---|---|
class |
ContextError
An error that occurs after syntax checking.
|
class |
SyntaxEndOfBuffer
Occurs, when the end of the input buffer is reached while the parser is at a non-accepted state.
|
class |
SyntaxError
Occurs, when the syntax of a string to parse is invalid.
|
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.
|