|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ddtek.jxtr.JXTRException
|
+--com.ddtek.jxtr.JXTRWarning
Any warnings encountered during the processing of a jXTransformer statement can cause an JXTRWarning to be reported.
Each warning is identified by a numeric code (JXTRException.getCode()).
A text message describing the warning can be retrieved using
JXTRException.getMessage().
A JXTRWarning can contain 'nested' exceptions. For example,
a wrapped java.sql.SQLWarning. The nested exception
can be accessed using JXTRException.getCause().
| Field Summary |
| Method Summary | |
JXTRWarning |
getNextWarning()
Retrieves the warning chained to this JXTRWarning object. |
| Methods inherited from class com.ddtek.jxtr.JXTRException |
getCause, getCode, getMessage, getNestedException, initCause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public JXTRWarning getNextWarning()
JXTRWarning object.
JXTRWarning in the chain;
null if none.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||