org.geotools.filter.parser
Class ExpressionException

Object
  extended by Throwable
      extended by Exception
          extended by ParseException
              extended by ExpressionException
All Implemented Interfaces:
Serializable

public class ExpressionException
extends ParseException

Author:
Ian Schneider
See Also:
Serialized Form
Module:

Field Summary
 
Fields inherited from class ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage
 
Constructor Summary
ExpressionException(String message, Token token)
           
ExpressionException(String message, Token token, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 
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

ExpressionException

public ExpressionException(String message,
                           Token token)

ExpressionException

public ExpressionException(String message,
                           Token token,
                           Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class ParseException


Copyright © 1996-2009 Geotools. All Rights Reserved.