Package xal.tools.data
Class KeyValueAdaptor.InvalidAccessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.data.KeyValueAdaptor.InvalidAccessorException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- KeyValueAdaptor
Exception thrown to indicate that an accessor cannot be found for the
specified target/key pair.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAccessorException
Constructor
-
-
Method Details
-
getKey
get the invalid key -
getTarget
get the object on which we attempted to get the accessor
-