public class ScriptingErrorException extends RuntimeException
| Constructor and Description |
|---|
ScriptingErrorException(String msg,
File name,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
File |
getScriptFile() |
String |
getScriptName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString