|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
UnsupportedFilterException
public class UnsupportedFilterException
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).
trunk/gt/modules
(gt-modules.jar
) (Maven report) (SVN head)Constructor Summary | |
---|---|
UnsupportedFilterException()
|
|
UnsupportedFilterException(String message)
Filter is not supported. |
|
UnsupportedFilterException(String message,
Throwable cause)
Filter is not supported. |
|
UnsupportedFilterException(Throwable cause)
Filter is not supported. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedFilterException()
public UnsupportedFilterException(String message)
message
- public UnsupportedFilterException(String message, Throwable cause)
message
- cause
- public UnsupportedFilterException(Throwable cause)
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |