| Package | Description |
|---|---|
| com.cloudhopper.sxmp |
| Modifier and Type | Method and Description |
|---|---|
SxmpErrorCode |
SxmpParsingException.getErrorCode() |
SxmpErrorCode |
SxmpErrorException.getErrorCode() |
static SxmpErrorCode |
SxmpErrorCode.valueOf(int code) |
static SxmpErrorCode |
SxmpErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SxmpErrorCode[] |
SxmpErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SxmpErrorException(SxmpErrorCode errorCode,
String msg) |
SxmpErrorException(SxmpErrorCode errorCode,
String msg,
Operation.Type operationType) |
SxmpErrorException(SxmpErrorCode errorCode,
String msg,
Operation.Type operationType,
Throwable cause) |
SxmpErrorException(SxmpErrorCode errorCode,
String msg,
Throwable cause) |
SxmpParsingException(SxmpErrorCode errorCode,
String msg,
Operation operation) |
Copyright © 2016. All rights reserved.