Class 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)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • getVendorCode

        java.lang.String getVendorCode()
      • setNextException

        void setNextException​(XQException next)