|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportableErrorCode | |
---|---|
biz.onixs.fix.fast |
Uses of ReportableErrorCode in biz.onixs.fix.fast |
---|
Methods in biz.onixs.fix.fast that return ReportableErrorCode | |
---|---|
ReportableErrorCode |
ReportableErrorException.getReportableErrorCode()
|
static ReportableErrorCode |
ReportableErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReportableErrorCode[] |
ReportableErrorCode.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 ReportableErrorCode | |
---|---|
void |
ReportableErrorException.setReportableErrorCode(ReportableErrorCode reportableErrorCode)
|
Constructors in biz.onixs.fix.fast with parameters of type ReportableErrorCode | |
---|---|
ReportableErrorException(ReportableErrorCode reportableErrorCode)
|
|
ReportableErrorException(ReportableErrorCode reportableErrorCode,
String message)
|
|
ReportableErrorException(ReportableErrorCode dynamicErrorCode,
String message,
Throwable cause)
|
|
ReportableErrorException(ReportableErrorCode reportableErrorCode,
Throwable cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |