public class ScriptEvaluatorException extends ITIMException
ScriptException,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVAL_ERROR
Deprecated.
Constant representing a message key in a property file indicating a system triggred error.
|
static java.lang.String |
USER_TRIGGERED_EVAL_ERROR
Deprecated.
Constant representing a message key in a property file indicating a user triggred error.
|
| Constructor and Description |
|---|
ScriptEvaluatorException(java.lang.String msg)
Deprecated.
Constructs the exception with a message.
|
ScriptEvaluatorException(java.lang.String msg,
java.lang.Object[] tokenValues)
Deprecated.
Constructs the exception with a message and a list of parameters.
|
ScriptEvaluatorException(java.lang.String msg,
java.lang.Object[] tokenValues,
java.lang.Throwable throwable)
Deprecated.
Constructs the exception with a message and a list of parameters.
|
ScriptEvaluatorException(java.lang.String msg,
java.lang.Throwable throwable)
Deprecated.
Constructs the exception with a message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUserTriggered()
Deprecated.
Method determins if the exception was triggered by a user.
|
void |
setUserTriggered(boolean isUserTriggered)
Deprecated.
Method marks the exception as triggered by a user.
|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic static final java.lang.String EVAL_ERROR
public static final java.lang.String USER_TRIGGERED_EVAL_ERROR
public ScriptEvaluatorException(java.lang.String msg,
java.lang.Object[] tokenValues)
msg - Key to a message in a resource bundle, or a raw display
message summarizing the problem.tokenValues - Object arrray of parameters to be inserted into
the final localized message.public ScriptEvaluatorException(java.lang.String msg,
java.lang.Object[] tokenValues,
java.lang.Throwable throwable)
msg - Key to a message in a resource bundle, or a raw display
message summarizing the problem.tokenValues - Object arrray of parameters to be inserted into
the final localized message.throwable - originating exception or error.public ScriptEvaluatorException(java.lang.String msg,
java.lang.Throwable throwable)
msg - Key to a message in a resource bundle, or a raw display
message summarizing the problem.throwable - originating exception or error.public ScriptEvaluatorException(java.lang.String msg)
msg - Key to a message in a resource bundle, or a raw display
message summarizing the problem.public boolean isUserTriggered()
public void setUserTriggered(boolean isUserTriggered)
isUserTriggered - true if triggered by user, false otherwise