| Package | Description |
|---|---|
| com.cml.idex |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
IDexException.getErrorCode() |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IDexException(ErrorCode error) |
IDexException(ErrorCode error,
String message) |
IDexException(ErrorCode error,
String message,
Throwable cause) |
IDexException(ErrorCode error,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
IDexException(ErrorCode error,
Throwable cause) |
Copyright © 2019. All rights reserved.