Class FilterException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FilterException.LoadFailure, FilterException.Overflow

public class FilterException extends RuntimeException
All exceptions related to the Filter feature are subclasses of FilterException.
See Also:
  • Constructor Details

    • FilterException

      protected FilterException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The root cause
    • FilterException

      protected FilterException(String message)
      Build a new instance.
      Parameters:
      message - The detail message