bsh
public class EvalError extends Exception
See Also: TargetError
Constructor Summary | |
---|---|
EvalError(String s, SimpleNode node, CallStack callstack) |
Method Summary | |
---|---|
int | getErrorLineNumber() |
String | getErrorSourceFile() |
String | getErrorText() |
String | getMessage() |
String | getScriptStackTrace() |
protected void | prependMessage(String s)
Prepend the message if it is non-null. |
void | reThrow(String msg)
Re-throw the error, prepending the specified message. |
void | setMessage(String s) |
String | toString()
Print the error with line number and stack trace. |
See Also: for a full display of the information