|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ddtek.xquery3.XQException
com.ddtek.xquery3.XQWarning
This class represents an XQuery warning.
| Constructor Summary | |
XQWarning(String message)
Constructs a warning object indicating the underlying exception and vendor code. |
|
XQWarning(String message,
Throwable cause,
String vendorcode,
XQWarning nextWarning)
Constructs a warning object indicating the underlying exception and vendor code. |
|
| Method Summary | |
XQWarning |
getNextWarning()
Get the next warning in the chain. |
void |
setNextWarning(XQWarning nextWarning)
Adds a new warning to the chain of warnings. |
| Methods inherited from class com.ddtek.xquery3.XQException |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public XQWarning(String message)
message - a formatted warning message string
public XQWarning(String message,
Throwable cause,
String vendorcode,
XQWarning nextWarning)
message - a formatted warning message stringcause - the underlying exception if any, that caused this warningvendorcode - a vendor-specific string identifying the cause of the warningnextWarning - any secondary warning that is also being thrown| Method Detail |
public void setNextWarning(XQWarning nextWarning)
nextWarning - the next warning to be added to
the chain of warningspublic XQWarning getNextWarning()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||