TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.provisional.fastxpath
Class ExpressionEvaluationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.eclipse.tptp.platform.provisional.fastxpath.ExpressionEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionEvaluationException
extends java.lang.RuntimeException

Thrown on errors during query processing

See Also:
Serialized Form

Constructor Summary
ExpressionEvaluationException()
           
ExpressionEvaluationException(java.lang.String message)
           
ExpressionEvaluationException(java.lang.String arg0, java.lang.Throwable arg1)
           
ExpressionEvaluationException(java.lang.Throwable cause)
           
 
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

ExpressionEvaluationException

public ExpressionEvaluationException(java.lang.String message)
Parameters:
message -

ExpressionEvaluationException

public ExpressionEvaluationException(java.lang.Throwable cause)
Parameters:
cause -

ExpressionEvaluationException

public ExpressionEvaluationException()

ExpressionEvaluationException

public ExpressionEvaluationException(java.lang.String arg0,
                                     java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

TPTP 4.2.0 Platform Project
Public API Specification