public class IllegalFilterException extends RuntimeException
TODO: JD: Changed this exception to runtime exception. Go through all methods that throw this expception and reflect the new geoapi method throws it with a javadoc.
Constructor and Description |
---|
IllegalFilterException(Exception cause)
Constructs an instance of
IllegalFilterException with the specified root cause. |
IllegalFilterException(String message)
Constructor with a message.
|
IllegalFilterException(String msg,
Exception cause)
Constructs an instance of
IllegalFilterException with the specified detail
message and root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalFilterException(String message)
message
- information on the error.public IllegalFilterException(Exception cause)
IllegalFilterException
with the specified root cause.cause
- the root cause of the exceptions.Copyright © 1996–2023 Geotools. All rights reserved.