public static enum TsdIMException.Code extends java.lang.Enum<TsdIMException.Code>
Enum Constant and Description |
---|
CHAT_ABORTED_NOT_SAVED |
CHAT_ABORTION_EXCEPTION |
INVALID_CHAT_IDENTIFIER
This exception is used when a chat window (JavaScript on client side)
attempts to get a ChatHelper but does not have a valid identifier.
|
NLS_RESOURCE_BUNDLE |
Modifier and Type | Method and Description |
---|---|
static TsdIMException.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TsdIMException.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TsdIMException.Code CHAT_ABORTION_EXCEPTION
public static final TsdIMException.Code CHAT_ABORTED_NOT_SAVED
public static final TsdIMException.Code INVALID_CHAT_IDENTIFIER
public static final TsdIMException.Code NLS_RESOURCE_BUNDLE
public static TsdIMException.Code[] values()
for (TsdIMException.Code c : TsdIMException.Code.values()) System.out.println(c);
public static TsdIMException.Code valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null