Package 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
Constructors Constructor Description XQException(java.lang.String message)
XQException(java.lang.String message, java.lang.Throwable cause, java.lang.String vendorCode, XQException nextException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) XQException
getNextException()
(package private) java.lang.String
getVendorCode()
(package private) void
setNextException(XQException next)
-
-
-
Constructor Detail
-
XQException
public XQException(java.lang.String message)
-
XQException
public XQException(java.lang.String message, java.lang.Throwable cause, java.lang.String vendorCode, XQException nextException)
-
-
Method Detail
-
getNextException
XQException getNextException()
-
getVendorCode
java.lang.String getVendorCode()
-
setNextException
void setNextException(XQException next)
-
-