Class InvalidFieldNameException

All Implemented Interfaces:
Serializable

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

    • InvalidFieldNameException

      public InvalidFieldNameException(String fieldName)
      Parameters:
      fieldName - The field name that is invalid.