Class PropertyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyAccessControlException, UnknownPropertyException

public class PropertyException extends RSQLException
Thrown to indicate generic problem with entity property (e.g. not existing, forbidden).
See Also:
  • Constructor Details

    • PropertyException

      public PropertyException(String name, Class<?> type)
    • PropertyException

      public PropertyException(String name, Class<?> type, String message)
    • PropertyException

      public PropertyException(String name, Class<?> type, Throwable cause)
  • Method Details

    • getName

      public String getName()
      Returns the problematic property name.
      Returns:
      the problematic property name.
    • getType

      public Class<?> getType()
      Returns class that (not)contains property with getName().
      Returns:
      the class that (not)contains property with getName()