|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoderException.Code | |
---|---|
biz.onixs.fix.fastnew |
Uses of CoderException.Code in biz.onixs.fix.fastnew |
---|
Fields in biz.onixs.fix.fastnew declared as CoderException.Code | |
---|---|
protected CoderException.Code |
CoderException.code
The error code for this exception. |
Methods in biz.onixs.fix.fastnew that return CoderException.Code | |
---|---|
CoderException.Code |
CoderException.getCode()
Returns the error code for this exception |
static CoderException.Code |
CoderException.Code.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CoderException.Code[] |
CoderException.Code.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in biz.onixs.fix.fastnew with parameters of type CoderException.Code | |
---|---|
CoderException(CoderException.Code code)
A constructor for undefined errors that takes only an error code. |
|
CoderException(CoderException.Code code,
String message)
A constructor for undefined errors that takes and error code and a message. |
|
CoderException(CoderException.Code code,
String message,
Throwable cause)
A constructor for undefined errors that takes an error code, a message, and a cause. |
|
CoderException(CoderException.Code code,
Throwable cause)
A constructor for undefined errors that takes an error code and a cause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |