|
jxUtil 0.6 | ||||||||
| 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
|
+--java.sql.SQLWarning
|
+--org.sourceforge.jxutil.sql.I18nSQLWarning
Internationalized version of SQLWarning. Uses the ResourceBundle of I18nSQLException.
| Field Summary | |
private String |
localizedMessage
|
| Fields inherited from class java.sql.SQLException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
I18nSQLWarning(String id)
|
|
I18nSQLWarning(String id,
Object[] args)
|
|
I18nSQLWarning(String id,
Object obj1,
Object obj2)
|
|
| Method Summary | |
String |
getLocalizedMessage()
|
| Methods inherited from class java.sql.SQLWarning |
getNextWarning, setNextWarning |
| Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 final String localizedMessage
| Constructor Detail |
public I18nSQLWarning(String id)
public I18nSQLWarning(String id,
Object[] args)
public I18nSQLWarning(String id,
Object obj1,
Object obj2)
| Method Detail |
public String getLocalizedMessage()
getLocalizedMessage in class Throwable
|
jxUtil 0.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||