org.sourceforge.jxutil.sql
Class I18nSQLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--org.sourceforge.jxutil.sql.I18nSQLException
- All Implemented Interfaces:
- Serializable
- public class I18nSQLException
- extends SQLException
Internationalized version of SQLException.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
localizedMessage
private final String localizedMessage
resBundles
static final ArrayList resBundles
resLocBundles
static final ArrayList resLocBundles
I18nSQLException
public I18nSQLException(String id)
I18nSQLException
public I18nSQLException(String id,
Object[] args)
I18nSQLException
public I18nSQLException(String id,
String sqlstate)
I18nSQLException
public I18nSQLException(String id,
String sqlstate,
Object[] args)
addBundle
public static void addBundle(ResourceBundle bundle)
addLocalizedBundle
public static void addLocalizedBundle(ResourceBundle bundle)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
getMessage
static String getMessage(ArrayList lst,
String msg,
Object[] args)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.