javax.xml.xquery
Class XQWarning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.xquery.XQException
              extended by javax.xml.xquery.XQWarning
All Implemented Interfaces:
java.io.Serializable

public class XQWarning
extends XQException

Author:
Michael Stark
See Also:
Serialized Form

Constructor Summary
XQWarning(java.lang.String warning)
           
XQWarning(java.lang.String warning, int vendorcode, int pos)
           
 
Method Summary
 XQWarning getNextWarning()
          Get the next warning in the chain.
 void setNextWarning(XQWarning next)
           
 
Methods inherited from class javax.xml.xquery.XQException
getErrorCode, getErrorItem, getErrorPosition, getFunctionName, getModuleName, getNextException, getVendorCode, setNextException
 
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

XQWarning

public XQWarning(java.lang.String warning)

XQWarning

public XQWarning(java.lang.String warning,
                 int vendorcode,
                 int pos)
Method Detail

getNextWarning

public XQWarning getNextWarning()
Get the next warning in the chain.


setNextWarning

public void setNextWarning(XQWarning next)