|
Ontimize 5.2072EN | |||||||||
| 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.ontimize.db.sql.SQLHandlerException
| Field Summary | |
protected ISQLInfo |
info
ISQLInfo object that contains the whole SQL information(error operation, executed statements...) |
| Constructor Summary | |
SQLHandlerException(java.lang.Throwable t,
ISQLInfo info)
Constructs a new SQLHandlerException with the specified detail SQL information and cause |
|
| Method Summary | |
ISQLInfo |
getSQLInfo()
Returns the SQL information. |
| 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 |
protected ISQLInfo info
| Constructor Detail |
public SQLHandlerException(java.lang.Throwable t,
ISQLInfo info)
t - The cause (which is saved for later retrieval by the Throwable.getCause() method).info - ISQLInfo object with the whole SQL information.| Method Detail |
public ISQLInfo getSQLInfo()
ISQLInfo
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||