|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.xquery.XQException
javax.xml.xquery.XQWarning
public class XQWarning
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 |
---|
public XQWarning(java.lang.String warning)
public XQWarning(java.lang.String warning, int vendorcode, int pos)
Method Detail |
---|
public XQWarning getNextWarning()
public void setNextWarning(XQWarning next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |