|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorHelper.ErrorCode | |
---|---|
com.indexdata.mkjsf.errors | Error reporting, error diagnostics, and exception classes |
com.indexdata.mkjsf.pazpar2.data | Pazpar2 responses produced by Pazpar2 commands are parsed by the ResponseParser, which outputs response data objects that are accessible to the UI through the class Responses. |
Uses of ErrorHelper.ErrorCode in com.indexdata.mkjsf.errors |
---|
Methods in com.indexdata.mkjsf.errors that return ErrorHelper.ErrorCode | |
---|---|
ErrorHelper.ErrorCode |
ConfigurationError.getApplicationErrorCode()
|
ErrorHelper.ErrorCode |
ErrorInterface.getApplicationErrorCode()
|
ErrorHelper.ErrorCode |
ErrorHelper.getErrorCode(ErrorInterface appError)
|
static ErrorHelper.ErrorCode |
ErrorHelper.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrorHelper.ErrorCode[] |
ErrorHelper.ErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.indexdata.mkjsf.errors with parameters of type ErrorHelper.ErrorCode | |
---|---|
void |
ConfigurationError.setApplicationErrorCode(ErrorHelper.ErrorCode code)
|
void |
ErrorInterface.setApplicationErrorCode(ErrorHelper.ErrorCode code)
|
Uses of ErrorHelper.ErrorCode in com.indexdata.mkjsf.pazpar2.data |
---|
Methods in com.indexdata.mkjsf.pazpar2.data that return ErrorHelper.ErrorCode | |
---|---|
ErrorHelper.ErrorCode |
CommandError.getApplicationErrorCode()
|
Methods in com.indexdata.mkjsf.pazpar2.data with parameters of type ErrorHelper.ErrorCode | |
---|---|
void |
CommandError.setApplicationErrorCode(ErrorHelper.ErrorCode code)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |