org.geotools.filter
Class MalformedFilterException

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

public class MalformedFilterException
extends java.lang.Exception

Defines an exception for a malformed filter.

Version:
$Id: MalformedFilterException.java 17701 2006-01-23 00:00:51Z desruisseaux $
Author:
Rob Hranac, Vision for New York, Chris Holmes, TOPP
See Also:
Serialized Form

Constructor Summary
MalformedFilterException(java.lang.Exception cause)
          Constructs an instance of MalformedFilterException with the specified root cause.
MalformedFilterException(java.lang.String message)
          Constructor with a message.
MalformedFilterException(java.lang.String msg, java.lang.Exception cause)
          Constructs an instance of MalformedFilterException 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

MalformedFilterException

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

Parameters:
message - information on the error.

MalformedFilterException

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

Parameters:
cause - the root cause of the exceptions.

MalformedFilterException

public MalformedFilterException(java.lang.String msg,
                                java.lang.Exception cause)
Constructs an instance of MalformedFilterException 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.