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

public static class KeyValueAdaptor.InvalidAccessorException extends RuntimeException
Exception thrown to indicate that an accessor cannot be found for the specified target/key pair.
See Also:
  • Constructor Details

    • InvalidAccessorException

      public InvalidAccessorException(Object target, String key)
      Constructor
  • Method Details

    • getKey

      public String getKey()
      get the invalid key
    • getTarget

      public Object getTarget()
      get the object on which we attempted to get the accessor