org.geotools.filter
Class IllegalFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.geotools.filter.IllegalFilterException
All Implemented Interfaces:
java.io.Serializable

public class IllegalFilterException
extends java.lang.RuntimeException

Defines an exception for illegal filters.

See Also:
Serialized Form

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

IllegalFilterException

public IllegalFilterException(java.lang.String message)
Constructor with a message.

Parameters:
message - information on the error.

IllegalFilterException

public IllegalFilterException(java.lang.Exception cause)
Constructs an instance of IllegalFilterException with the specified root cause.

Parameters:
cause - the root cause of the exceptions.

IllegalFilterException

public IllegalFilterException(java.lang.String msg,
                              java.lang.Exception cause)
Constructs an instance of IllegalFilterException with the specified detail message and root cause.

Parameters:
msg - the detail message.
cause - the root cause of the exceptions.


Copyright © GeoTools. All Rights Reserved.