org.sourceforge.jxutil.sql
Class I18nSQLWarning
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--java.sql.SQLWarning
|
+--org.sourceforge.jxutil.sql.I18nSQLWarning
- All Implemented Interfaces:
- Serializable
- public class I18nSQLWarning
- extends SQLWarning
Internationalized version of SQLWarning.
Uses the ResourceBundle of I18nSQLException.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
localizedMessage
private final String localizedMessage
I18nSQLWarning
public I18nSQLWarning(String id)
I18nSQLWarning
public I18nSQLWarning(String id,
Object[] args)
I18nSQLWarning
public I18nSQLWarning(String id,
Object obj1,
Object obj2)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.