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

public class XQException extends Exception
XQJ interfaces reconstructed from version 0.5 documentation
See Also:
  • Constructor Details

  • Method Details

    • getNextException

      XQException getNextException()
    • getVendorCode

      String getVendorCode()
    • setNextException

      void setNextException(XQException next)