Package net.sf.saxon.javax.xml.xquery
Class XQCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.saxon.javax.xml.xquery.XQException
net.sf.saxon.javax.xml.xquery.XQQueryException
net.sf.saxon.javax.xml.xquery.XQCancelledException
- All Implemented Interfaces:
Serializable
XQJ interfaces reconstructed from version 0.5 documentation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXQCancelledException
(String message, Throwable cause, String vendorCode, XQException nextException, String errorCode, String expr, XQItem errorItem, int lineNumber, int position, XQStackTraceElement[] trace) -
Method Summary
Methods inherited from class net.sf.saxon.javax.xml.xquery.XQQueryException
getErrorCode, getErrorItem, getExpression, getLineNumber, getPosition, getXQStackTrace
Methods inherited from class net.sf.saxon.javax.xml.xquery.XQException
getNextException, getVendorCode, setNextException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XQCancelledException
XQCancelledException(String message, Throwable cause, String vendorCode, XQException nextException, String errorCode, String expr, XQItem errorItem, int lineNumber, int position, XQStackTraceElement[] trace)
-