org.geotools.index
Class UnsupportedFilterException

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

public class UnsupportedFilterException
extends java.lang.Exception

This exception is thrown when we are asked to use a filter that does not contain a geometry literal (or anything else we can guess a bounds for).

Author:
Tommaso Nolli
See Also:
Serialized Form

Constructor Summary
UnsupportedFilterException()
           
UnsupportedFilterException(java.lang.String message)
          Filter is not supported.
UnsupportedFilterException(java.lang.String message, java.lang.Throwable cause)
          Filter is not supported.
UnsupportedFilterException(java.lang.Throwable cause)
          Filter is not supported.
 
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()

UnsupportedFilterException

public UnsupportedFilterException(java.lang.String message)
Filter is not supported.

Parameters:
message -

UnsupportedFilterException

public UnsupportedFilterException(java.lang.String message,
                                  java.lang.Throwable cause)
Filter is not supported.

Parameters:
message -
cause -

UnsupportedFilterException

public UnsupportedFilterException(java.lang.Throwable cause)
Filter is not supported.

Parameters:
cause -


Copyright © 1996-2010 Geotools. All Rights Reserved.