|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.geotools.filter.IllegalFilterException
Defines an exception for illegal filters.
Constructor Summary | |
IllegalFilterException(java.lang.Exception cause)
Constructs an instance of IllegalFilterException with the
specified root cause. |
|
IllegalFilterException(java.lang.String message)
Constructor with a message. |
|
IllegalFilterException(java.lang.String msg,
java.lang.Exception cause)
Constructs an instance of IllegalFilterException with the
specified detail message and root cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IllegalFilterException(java.lang.String message)
message
- information on the error.public IllegalFilterException(java.lang.Exception cause)
IllegalFilterException
with the
specified root cause.
cause
- the root cause of the exceptions.public IllegalFilterException(java.lang.String msg, java.lang.Exception cause)
IllegalFilterException
with the
specified detail message and root cause.
msg
- the detail message.cause
- the root cause of the exceptions.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |