Class FilterParseException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FilterParseException

        public FilterParseException​(ResultCode code,
                                    String msg)
        Creates a new filter parse exception.
        Parameters:
        code - result code describing this exception
        msg - describing this exception
      • FilterParseException

        public FilterParseException​(ResultCode code,
                                    Throwable e)
        Creates a new filter parse exception.
        Parameters:
        code - result code describing this exception
        e - underlying exception
      • FilterParseException

        public FilterParseException​(ResultCode code,
                                    String msg,
                                    Throwable e)
        Creates a new filter parse exception.
        Parameters:
        code - result code describing this exception
        msg - describing this exception
        e - underlying exception