Class UnsupportedFilterException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedFilterException
(String message) Filter is not supported.UnsupportedFilterException
(String message, Throwable cause) Filter is not supported.Filter is not supported. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFilterException
public UnsupportedFilterException() -
UnsupportedFilterException
Filter is not supported. -
UnsupportedFilterException
Filter is not supported. -
UnsupportedFilterException
Filter is not supported.
-