net.xfra.qizxopen.xquery
Class EvalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.xfra.qizxopen.xquery.XQueryException
|
+--net.xfra.qizxopen.xquery.EvalException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EmptyException, TypeException
- public class EvalException
- extends XQueryException
XQuery Runtime exception.
Holds the evaluation context valid at the time of the error.
- 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EvalException
public EvalException(java.lang.String reason)
EvalException
public EvalException(java.lang.String reason,
java.lang.Exception cause)
getContext
public EvalContext getContext()
setContext
public void setContext(EvalContext ctx)
printStack
public void printStack(Log log,
int maxDepth)