org.eclipse.tptp.platform.provisional.fastxpath
Class ExpressionEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
| 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 |
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 -