net.sf.saxon.javax.xml.xquery
Class XQException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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)
           
 
Method Summary
(package private)  XQException getNextException()
           
(package private)  java.lang.String getVendorCode()
           
(package private)  void setNextException(XQException next)
           
 
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
 

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)