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