org.geotools.filter
Class IllegalFilterException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by IllegalFilterException
All Implemented Interfaces:
Serializable

public class IllegalFilterException
extends RuntimeException

Defines an exception for illegal filters.

See Also:
Serialized Form
Module:

Constructor Summary
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.
 
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

IllegalFilterException

public IllegalFilterException(String message)
Constructor with a message.

Parameters:
message - information on the error.

IllegalFilterException

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

Parameters:
cause - the root cause of the exceptions.

IllegalFilterException

public IllegalFilterException(String msg,
                              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 © 1996-2010 Geotools. All Rights Reserved.