|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamicErrorCode | |
---|---|
biz.onixs.fix.fast |
Uses of DynamicErrorCode in biz.onixs.fix.fast |
---|
Methods in biz.onixs.fix.fast that return DynamicErrorCode | |
---|---|
DynamicErrorCode |
DynamicErrorException.getDynamicErrorCode()
|
static DynamicErrorCode |
DynamicErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DynamicErrorCode[] |
DynamicErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in biz.onixs.fix.fast with parameters of type DynamicErrorCode | |
---|---|
void |
DynamicErrorException.setDynamicErrorCode(DynamicErrorCode dynamicErrorCode)
|
Constructors in biz.onixs.fix.fast with parameters of type DynamicErrorCode | |
---|---|
DynamicErrorException(DynamicErrorCode dynamicErrorCode)
|
|
DynamicErrorException(DynamicErrorCode dynamicErrorCode,
String message)
|
|
DynamicErrorException(DynamicErrorCode dynamicErrorCode,
String message,
Throwable cause)
|
|
DynamicErrorException(DynamicErrorCode dynamicErrorCode,
Throwable cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |