Class OkapiBadFilterParametersException

  • All Implemented Interfaces:
    Serializable

    public class OkapiBadFilterParametersException
    extends OkapiException
    Signals that filter parameters are either null or not an instance of the expected class. This is likely a wrong value passed with setParameters(). The exception is thrown when an input is open.
    See Also:
    Serialized Form
    • Constructor Detail

      • OkapiBadFilterParametersException

        public OkapiBadFilterParametersException()
        Creates an empty new OkapiBadFilterParametersException object.
      • OkapiBadFilterParametersException

        public OkapiBadFilterParametersException​(String message)
        Creates a new OkapiBadFilterParametersException object with a given message.
        Parameters:
        message - text of the message.
      • OkapiBadFilterParametersException

        public OkapiBadFilterParametersException​(Throwable cause)
        Creates a new OkapiBadFilterParametersException object with a given parent exception cause.
        Parameters:
        cause - the parent exception cause.
      • OkapiBadFilterParametersException

        public OkapiBadFilterParametersException​(String message,
                                                 Throwable cause)
        Creates a new OkapiBadFilterParametersException object with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.