Class KeyValueAdaptor.InvalidSetterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.data.KeyValueAdaptor.InvalidSetterException
All Implemented Interfaces:
Serializable
Enclosing class:
KeyValueAdaptor

public static class KeyValueAdaptor.InvalidSetterException extends RuntimeException
Exception thrown to indicate that a setter cannot be found for the specified target/key/value group.
See Also:
  • Constructor Details

    • InvalidSetterException

      public InvalidSetterException(Object target, String key, Object value)
      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
    • getValue

      public Object getValue()
      get the value to pass to the setter method