Inherits org.qscript.events.ScriptEvent.
Public Member Functions | |
| EvaluationErrorEvent (Script script, ErrorType etype, int lineNo, int pos, int width, Object[] extra) | |
| EvaluationErrorEvent (Script script, ErrorType etype, int lineNo, int pos, int width) | |
Public Member Functions inherited from org.qscript.events.ScriptEvent | |
| ScriptEvent (Script script, ErrorType etype, int lineNo, int pos, int width, Object[] extra) | |
| ScriptEvent (Script script, ErrorType etype, int lineNo, int pos, int width) | |
| Script | getSource () |
| Script | getScript () |
| String | getMessage () |
| String | toString () |
Additional Inherited Members | |
Public Attributes inherited from org.qscript.events.ScriptEvent | |
| final ErrorType | etype |
| final int | lineNo |
| final int | pos |
| final int | width |
| final Object[] | extra |
Protected Attributes inherited from org.qscript.events.ScriptEvent | |
| final String | f0 = "{0} [Line {1} : Pos {2}]" |
| String | message |
Event fired when we get an evaluation (runtime) error
| org.qscript.events.EvaluationErrorEvent.EvaluationErrorEvent | ( | Script | script, |
| ErrorType | etype, | ||
| int | lineNo, | ||
| int | pos, | ||
| int | width, | ||
| Object[] | extra | ||
| ) |
The basis for all script events
| script | the source of the event |
| etype | the error type (if event caused by error) |
| lineNo | line number where the event was fired |
| pos | the position in the source code where the token starts |
| width | the width (chars) of the token |
| extra | this extra object is specific to this event |
| org.qscript.events.EvaluationErrorEvent.EvaluationErrorEvent | ( | Script | script, |
| ErrorType | etype, | ||
| int | lineNo, | ||
| int | pos, | ||
| int | width | ||
| ) |
The basis for all script events
| script | the source of the event |
| etype | the error type (if event caused by error) |
| lineNo | line number where the event was fired |
| pos | the position in the source code where the token starts |
| width | the width (chars) of the token |
1.8.5