org.geotools.xml.filter
Class UnsupportedFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.geotools.xml.filter.UnsupportedFilterException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedFilterException
extends java.lang.RuntimeException

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

Since:
2.2.1
Author:
Jesse
See Also:
Serialized Form

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

UnsupportedFilterException

public UnsupportedFilterException(java.lang.String message,
                                  java.lang.Exception e)

UnsupportedFilterException

public UnsupportedFilterException(java.lang.String string)


Copyright © 1996-2010 Geotools. All Rights Reserved.