public class ScriptExecutionException extends RuntimeException
Constructor and Description |
---|
ScriptExecutionException(String message,
int columnNumber,
String lineSource,
String errorName,
List<IScriptDebugFrame> scriptStackTrace,
Throwable cause)
Instantiate wrapper exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
void |
printStackTrace(PrintStream s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptExecutionException(String message, int columnNumber, String lineSource, String errorName, List<IScriptDebugFrame> scriptStackTrace, Throwable cause)
message
- error messagelineNumber
- number of the line where the error happenedcolumnNumber
- number of the column where the error happenedlineSource
- source code of the line where the error happenederrorName
- name/type of the error (exception, syntax error, etc)scriptStackTrace
- script stack tracecause
- root exceptionpublic final String getMessage()
getMessage
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable