Class InvalidOperatorException

All Implemented Interfaces:
Serializable

public class InvalidOperatorException extends InvalidFilterException
Thrown when the operator is not valid.
See Also:
  • Constructor Details

    • InvalidOperatorException

      public InvalidOperatorException(String operatorValue)
      Parameters:
      operatorValue - The operator value that is not valid.