|
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.SQLStatementException
| Field Summary | |
protected java.lang.String |
statement
String that contains a SQL Statement. |
| Constructor Summary | |
SQLStatementException(java.sql.SQLException t,
java.lang.String statement)
Constructs a new SQLStatementException adding to the SQLException the SQL Statement that has caused the exception. |
|
| Method Summary | |
java.lang.String |
getSQLStatement()
Returns the SQL Statement |
| 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 java.lang.String statement
| Constructor Detail |
public SQLStatementException(java.sql.SQLException t,
java.lang.String statement)
t - The SQLException.statement - String with the SQL Statement.| Method Detail |
public java.lang.String getSQLStatement()
String with the SQL Statement.
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||