org.geotools.xml.filter
Class UnsupportedFilterException

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

public class UnsupportedFilterException
extends RuntimeException

Indicates an illegal filter configuration according to the compliance level set.

Since:
2.2.1
Author:
Jesse
See Also:
Serialized Form
Module:
modules/library/xml (gt-xml.jar)

Constructor Summary
UnsupportedFilterException(String string)
           
UnsupportedFilterException(String message, Exception e)
           
 
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

UnsupportedFilterException

public UnsupportedFilterException(String message,
                                  Exception e)

UnsupportedFilterException

public UnsupportedFilterException(String string)


Copyright © 1996-2009 Geotools. All Rights Reserved.