public class CustomJSException
extends FESI.jslib.JSException
ScriptException,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENCRYPTION_DECRYPTION_ERROR
Deprecated.
Constant representing a message key in a property file
CTGIMO104E
|
static java.lang.String |
ILLEGAL_STATE_EXCEPTION_DIROBJECT_NULL
Deprecated.
Constant representing a message key in a property file
CTGIMO105E
|
static java.lang.String |
INVALID_CONTEXT
Deprecated.
Constant representing a message key in a property file
CTGIMO107E
|
static java.lang.String |
INVALID_JSOBJECT
Deprecated.
Constant representing a message key in a property file
CTGIMO101E
|
static java.lang.String |
INVALID_SCOPE_VALUE
Deprecated.
Constant representing a message key in a property file
CTGIMO103E
|
static java.lang.String |
JAVA_OBJECT_CREATION_ERROR
Deprecated.
Constant representing a message key in a property file
CTGIMO109E
|
static java.lang.String |
PROFILE_MISSING
Deprecated.
Constant representing a message key in a property file
CTGIMO106E
|
static java.lang.String |
SCOPE_NOT_INT
Deprecated.
Constant representing a message key in a property file
CTGIMO102E
|
static java.lang.String |
SCRIPT_OBJECT_CREATION_ERROR
Deprecated.
Constant representing a message key in a property file
CTGIMO108E
|
static java.lang.String |
UNSUPPORTED_CONVERSION
Deprecated.
Constant representing a message key in a property file
CTGIMO110E
|
| Constructor and Description |
|---|
CustomJSException(java.lang.String msg,
java.lang.Object[] tokenValues)
Deprecated.
Constructs the exception with a message and a list of parameters.
|
CustomJSException(java.lang.String msg,
java.lang.Throwable th)
Deprecated.
Constructs the exception with a message and a reference to the
originating exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getTokens()
Deprecated.
Returns the list of parameters (tokens) used in the final localized
message.
|
getOriginatingException, printStackTrace, printStackTrace, printStackTracepublic static final java.lang.String INVALID_JSOBJECT
public static final java.lang.String INVALID_CONTEXT
public static final java.lang.String SCOPE_NOT_INT
public static final java.lang.String INVALID_SCOPE_VALUE
public static final java.lang.String ENCRYPTION_DECRYPTION_ERROR
public static final java.lang.String ILLEGAL_STATE_EXCEPTION_DIROBJECT_NULL
public static final java.lang.String PROFILE_MISSING
public static final java.lang.String SCRIPT_OBJECT_CREATION_ERROR
public static final java.lang.String JAVA_OBJECT_CREATION_ERROR
public static final java.lang.String UNSUPPORTED_CONVERSION
public CustomJSException(java.lang.String msg,
java.lang.Throwable th)
msg - Key to a message in a resource bundle, or a raw display
message summarizing the problem.th - Throwable object that was the root cause of the problem.public CustomJSException(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.