|
|||||||||||
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 | +--java.sql.SQLException | +--uk.org.ogsadai.converters.webrowset.SQLWrappedException
Disguises a Throwable
as a SQLException
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE Copyright statement |
private java.lang.Throwable |
mException Wrapped exception |
Fields inherited from class java.sql.SQLException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
SQLWrappedException(java.lang.Throwable exception) Constructor. |
Method Summary | |
java.lang.Throwable |
getWrappedException() Returns the wrapped exception. |
Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, 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 |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private java.lang.Throwable mException
Constructor Detail |
public SQLWrappedException(java.lang.Throwable exception)
exception
- The exception to wrap.Method Detail |
public java.lang.Throwable getWrappedException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |