|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use DynamicErrorException.Code | |
---|---|
biz.onixs.fix.fastnew |
Uses of DynamicErrorException.Code in biz.onixs.fix.fastnew |
---|
Fields in biz.onixs.fix.fastnew declared as DynamicErrorException.Code | |
---|---|
protected DynamicErrorException.Code |
DynamicErrorException.code
The error code for this exception. |
Methods in biz.onixs.fix.fastnew that return DynamicErrorException.Code | |
---|---|
DynamicErrorException.Code |
DynamicErrorException.getCode()
Returns the error code for this exception |
static DynamicErrorException.Code |
DynamicErrorException.Code.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DynamicErrorException.Code[] |
DynamicErrorException.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 DynamicErrorException.Code | |
---|---|
DynamicErrorException(DynamicErrorException.Code code)
A constructor for dynamic errors that takes only an error code. |
|
DynamicErrorException(DynamicErrorException.Code code,
String message)
A constructor for dynamic errors that takes and error code and a message. |
|
DynamicErrorException(DynamicErrorException.Code code,
String message,
Throwable cause)
A constructor for dynamic errors that takes an error code, a message, and a cause. |
|
DynamicErrorException(DynamicErrorException.Code code,
Throwable cause)
A constructor for dynamic errors that takes an error code and a cause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |