public class ScriptException extends Exception
Constructor and Description |
---|
ScriptException() |
ScriptException(String message) |
ScriptException(String message,
String file,
int line,
int col) |
ScriptException(String message,
String file,
int line,
int col,
Throwable cause) |
ScriptException(String message,
Throwable cause) |
ScriptException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private final Location location
public ScriptException()
public ScriptException(String message, String file, int line, int col, Throwable cause)
public ScriptException(String message)
public ScriptException(Throwable cause)
public Location getLocation()