Inherits org.qscript.errors.ScriptException.
Public Member Functions | |
EvaluationException (ErrorType type) | |
EvaluationException (ErrorType type, Token token) | |
Public Member Functions inherited from org.qscript.errors.ScriptException | |
ScriptException (String message) | |
ScriptException (Token token, ErrorType type) | |
ScriptException (ErrorType type) | |
Additional Inherited Members | |
Public Attributes inherited from org.qscript.errors.ScriptException | |
final int | lineNo |
final int | charNo |
final int | charWidth |
final ErrorType | type |
Static Protected Attributes inherited from org.qscript.errors.ScriptException | |
static final String | LONG_MESSAGE = "{0} in line: {1} : at char: {2}" |
static final String | SHORT_MESSAGE = "{0}" |
Exception thrown during evaluation of the expression.
org.qscript.errors.EvaluationException.EvaluationException | ( | ErrorType | type | ) |
Create an evaluation exception for this error type.
type | the error type |
Create an evaluation exception for this error type from this token
type | the error type |
token | the token where the error was generated |