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 XQQueryException
getErrorCode, getErrorItem, getExpression, getLineNumber, getPosition, getXQStackTraceMethods inherited from class XQException
getNextException, getVendorCode, setNextExceptionMethods inherited from class 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)
-