public class KeyValueAdaptor.InvalidAccessorException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
InvalidAccessorException(java.lang.Object target,
java.lang.String key)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
get the invalid key
|
java.lang.Object |
getTarget()
get the object on which we attempted to get the accessor
|