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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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
 

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)