Class PropertyException

All Implemented Interfaces:
Serializable

public class PropertyException
extends CayenneRuntimeException
An unchecked exception thrown on errors during property access, either within a Accessor or a Property.
Since:
3.0
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • getAccessor

      public Accessor getAccessor()
      Returns property descriptor that was used to access the property. It may be null.
    • getProperty

      public PropertyDescriptor getProperty()
    • getSource

      public Object getSource()
      Returns an object that caused an error.