public class ScriptRuntimeException extends ExtensibleException
| Modifier and Type | Field and Description |
|---|---|
private ScriptNode |
_node |
private static long |
serialVersionUID |
data, readOnlyData, updatedMessage| Constructor and Description |
|---|
ScriptRuntimeException()
Default constructor.
|
ScriptRuntimeException(java.lang.String message) |
ScriptRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
ScriptRuntimeException(java.lang.String message,
java.lang.Throwable cause,
ScriptNode currentNode) |
ScriptRuntimeException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ScriptNode |
getNode()
Get the current script node at the time of the error.
|
ScriptRuntimeException |
setNode(ScriptNode node) |
ScriptRuntimeException |
setNode(ScriptNode node,
boolean overwrite) |
getData, getData, getData, getMessage, getOriginalMessage, putData, putData, resetMessage, setMessageprivate ScriptNode _node
private static final long serialVersionUID
public ScriptRuntimeException()
public ScriptRuntimeException(java.lang.String message)
message - public ScriptRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public ScriptRuntimeException(java.lang.String message,
java.lang.Throwable cause,
ScriptNode currentNode)
message - cause - public ScriptRuntimeException(java.lang.Throwable cause)
cause - public ScriptNode getNode()
public ScriptRuntimeException setNode(ScriptNode node)
public ScriptRuntimeException setNode(ScriptNode node, boolean overwrite)