Package org.geotools.filter
Class IllegalFilterException
- Object
- 
- Throwable
- 
- Exception
- 
- RuntimeException
- 
- IllegalFilterException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class IllegalFilterException extends RuntimeException Defines an exception for illegal filters.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. - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IllegalFilterException(Exception cause)Constructs an instance ofIllegalFilterExceptionwith the specified root cause.IllegalFilterException(String message)Constructor with a message.IllegalFilterException(String msg, Exception cause)Constructs an instance ofIllegalFilterExceptionwith the specified detail message and root cause.
 - 
Method Summary- 
Methods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
IllegalFilterExceptionpublic IllegalFilterException(String message) Constructor with a message.- Parameters:
- message- information on the error.
 
 - 
IllegalFilterExceptionpublic IllegalFilterException(Exception cause) Constructs an instance ofIllegalFilterExceptionwith the specified root cause.- Parameters:
- cause- the root cause of the exceptions.
 
 
- 
 
-