|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CoderException.Code>
biz.onixs.fix.fastnew.CoderException.Code
public static enum CoderException.Code
The valid error codes
Enum Constant Summary | |
---|---|
C0
Generic coder error |
|
C1
A mandatory field is missing from the message to be encoded |
|
C10
Message type has no template |
|
C11
The length of the field to be encoded as a tail is less than the length of the base value |
|
C12
Invalid/Unknown field operator for length part of sequence field |
|
C2
A mandatory sequence is missing from the stream |
|
C3
A mandatory field was found to be null in the stream |
|
C4
Initial values for fields that share keys are different |
|
C5
Invalid/Unknown field operator for exponent part of decimal field |
|
C6
Invalid/Unknown field operator for mantissa part of decimal field |
|
C7
Message has no template identifier for encoding |
|
C8
Template identifier found in message does not match any defined templates |
|
C9
Message has no message type for encoding |
Method Summary | |
---|---|
String |
toString()
|
static CoderException.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CoderException.Code[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CoderException.Code C0
public static final CoderException.Code C1
public static final CoderException.Code C2
public static final CoderException.Code C3
public static final CoderException.Code C4
public static final CoderException.Code C5
public static final CoderException.Code C6
public static final CoderException.Code C7
public static final CoderException.Code C8
public static final CoderException.Code C9
public static final CoderException.Code C10
public static final CoderException.Code C11
public static final CoderException.Code C12
Method Detail |
---|
public static CoderException.Code[] values()
for (CoderException.Code c : CoderException.Code.values()) System.out.println(c);
public static CoderException.Code valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<CoderException.Code>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |