org.exist.xqj
Class XQException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.xquery.XQException
              extended by org.exist.xqj.XQException
All Implemented Interfaces:
Serializable

public class XQException
extends javax.xml.xquery.XQException

Author:
Adam Retter
See Also:
Serialized Form

Constructor Summary
XQException(String message)
           
XQException(String message, Throwable cause, String vendorCode, javax.xml.xquery.XQException nextException)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQException

public XQException(String message)
Parameters:
message -

XQException

public XQException(String message,
                   Throwable cause,
                   String vendorCode,
                   javax.xml.xquery.XQException nextException)
Parameters:
message -
cause -
vendorCode -
nextException -


Copyright (C) Wolfgang Meier. All rights reserved.