org.geotools.text.filter
Class FilterBuilderException

Object
  extended by Throwable
      extended by Exception
          extended by ParseException
              extended by CQLException
                  extended by FilterBuilderException
All Implemented Interfaces:
Serializable

Deprecated. use the CQLException class instead, this one is going to be set to package visibility

public class FilterBuilderException
extends CQLException

Author:
Ian Schneider
See Also:
Serialized Form
Module:

Field Summary
 
Fields inherited from class CQLException
cause
 
Fields inherited from class ParseException
eol, expectedTokenSequences, specialConstructor, tokenImage
 
Constructor Summary
FilterBuilderException(String message)
          Deprecated.  
FilterBuilderException(String message, IToken token)
          Deprecated.  
FilterBuilderException(String message, IToken token, Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class CQLException
getCause, getMessage, getSyntaxError
 
Methods inherited from class ParseException
add_escapes
 
Methods inherited from class Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterBuilderException

public FilterBuilderException(String message)
Deprecated. 

FilterBuilderException

public FilterBuilderException(String message,
                              IToken token)
Deprecated. 

FilterBuilderException

public FilterBuilderException(String message,
                              IToken token,
                              Throwable cause)
Deprecated. 


Copyright © 1996-2009 Geotools. All Rights Reserved.