Class UnsupportedFilterException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedFilterException
    extends Exception
    This exception is thrown when we are asked to use a filter that does not contain a geometry literal (or anything else we can guess a bounds for).
    Author:
    Tommaso Nolli
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedFilterException

        public UnsupportedFilterException()
      • UnsupportedFilterException

        public UnsupportedFilterException​(String message)
        Filter is not supported.
      • UnsupportedFilterException

        public UnsupportedFilterException​(String message,
                                          Throwable cause)
        Filter is not supported.
      • UnsupportedFilterException

        public UnsupportedFilterException​(Throwable cause)
        Filter is not supported.