|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.itim.exception.ITIMException
com.ibm.itim.script.ScriptEvaluatorException
public class ScriptEvaluatorException
Represents an exception thrown from a script interpreter. This class supports localization with an interface that allows the specification of a resource bundle message and a set of parameters.
ScriptException
,
Serialized FormField Summary | |
---|---|
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 Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.ibm.itim.exception.ITIMException |
---|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EVAL_ERROR
public static final java.lang.String USER_TRIGGERED_EVAL_ERROR
Constructor Detail |
---|
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.Method Detail |
---|
public boolean isUserTriggered()
public void setUserTriggered(boolean isUserTriggered)
isUserTriggered
- true if triggered by user, false otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |