org.geotools.filter.parser
Class ExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.geotools.filter.parser.ParseException
              extended byorg.geotools.filter.parser.ExpressionException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionException
extends org.geotools.filter.parser.ParseException

Author:
Ian Schneider
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.filter.parser.ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage
 
Constructor Summary
ExpressionException(java.lang.String message, org.geotools.filter.parser.Token token)
           
ExpressionException(java.lang.String message, org.geotools.filter.parser.Token token, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 
Methods inherited from class org.geotools.filter.parser.ParseException
add_escapes
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

ExpressionException

public ExpressionException(java.lang.String message,
                           org.geotools.filter.parser.Token token)

ExpressionException

public ExpressionException(java.lang.String message,
                           org.geotools.filter.parser.Token token,
                           java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()

getMessage

public java.lang.String getMessage()


Copyright © GeoTools. All Rights Reserved.