| Package | Description | 
|---|---|
| ee.ria.dhx.exception | 
| Modifier and Type | Method and Description | 
|---|---|
DhxExceptionEnum | 
DhxException.getExceptionCode()
Returns the exceptionCode. 
 | 
static DhxExceptionEnum | 
DhxExceptionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DhxExceptionEnum[] | 
DhxExceptionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DhxException.setExceptionCode(DhxExceptionEnum exceptionCode)
Sets the exceptionCode. 
 | 
| Constructor and Description | 
|---|
DhxException(DhxExceptionEnum exceptionCode,
            java.lang.String message)  | 
DhxException(DhxExceptionEnum exceptionCode,
            java.lang.String message,
            java.lang.Exception cause)  |