public class PropertyAccessException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
code
The error code associated with exception.
|
| Constructor and Description |
|---|
PropertyAccessException(java.lang.String message,
java.lang.String code)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
Obtain the the error code associated with exception.
|