Class UnknownPropertyException

All Implemented Interfaces:
Serializable

public class UnknownPropertyException extends PropertyException
Thrown to indicate that RSQL query contains unknown field.
See Also:
  • Constructor Details

    • UnknownPropertyException

      public UnknownPropertyException(String name, Class<?> type)