net.sf.saxon.javax.xml.xquery
Class XQException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.saxon.javax.xml.xquery.XQException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- XQQueryException, XQWarning
public class XQException
- extends java.lang.Exception
XQJ interfaces reconstructed from version 0.5 documentation
- See Also:
- Serialized Form
Constructor Summary |
XQException(java.lang.String message)
|
XQException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String vendorCode,
XQException nextException)
|
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 |
XQException
public XQException(java.lang.String message)
XQException
public XQException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String vendorCode,
XQException nextException)
getNextException
XQException getNextException()
getVendorCode
java.lang.String getVendorCode()
setNextException
void setNextException(XQException next)