Class InvalidFieldTypeException

All Implemented Interfaces:
Serializable

public class InvalidFieldTypeException extends InvalidFilterException
Exception thrown when the field type is invalid.
See Also:
  • Constructor Details

    • InvalidFieldTypeException

      public InvalidFieldTypeException(Class<?> classType)
      Parameters:
      classType - The field type that is invalid.