public abstract class BaseJavetScriptingException extends JavetException
Modifier and Type | Field and Description |
---|---|
protected JavetScriptingError |
scriptingError
The Scripting error.
|
error, parameters
Modifier | Constructor and Description |
---|---|
protected |
BaseJavetScriptingException(JavetError error,
JavetScriptingError scriptingError,
java.lang.Throwable cause)
Instantiates a new Base javet scripting exception.
|
Modifier and Type | Method and Description |
---|---|
JavetScriptingError |
getScriptingError()
Gets scripting error.
|
getError, getParameters
protected JavetScriptingError scriptingError
protected BaseJavetScriptingException(JavetError error, JavetScriptingError scriptingError, java.lang.Throwable cause)
error
- the errorscriptingError
- the scripting errorcause
- the causepublic JavetScriptingError getScriptingError()