Class XQException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.saxon.javax.xml.xquery.XQException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XQQueryException, XQWarning
XQJ interfaces reconstructed from version 0.5 documentation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXQException(String message) XQException(String message, Throwable cause, String vendorCode, XQException nextException) -
Method Summary
Modifier and TypeMethodDescription(package private) XQException(package private) String(package private) voidsetNextException(XQException next) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XQException
-
XQException
-
-
Method Details
-
getNextException
XQException getNextException() -
getVendorCode
String getVendorCode() -
setNextException
-