public class ScriptException extends Exception
Modifier and Type | Field and Description |
---|---|
private ScriptEval |
eval |
(package private) boolean |
isError |
(package private) String |
message |
(package private) String |
untranslated |
Constructor and Description |
---|
ScriptException(ScriptError se,
String msg,
String untranslated,
boolean isError) |
Modifier and Type | Method and Description |
---|---|
protected String |
getErrorMessageUntranslated() |
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private final ScriptEval eval
String message
String untranslated
boolean isError
ScriptException(ScriptError se, String msg, String untranslated, boolean isError)
se
- msg
- untranslated
- isError
-