|
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
|
+--org.sourceforge.jxutil.sql.I18nSQLException
Internationalized version of SQLException.
| Field Summary | |
private String |
localizedMessage
|
(package private) static ArrayList |
resBundles
|
(package private) static ArrayList |
resLocBundles
|
| Fields inherited from class java.sql.SQLException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
I18nSQLException(String id)
|
|
I18nSQLException(String id,
Object[] args)
|
|
I18nSQLException(String id,
String sqlstate)
|
|
I18nSQLException(String id,
String sqlstate,
Object[] args)
|
|
| Method Summary | |
static void |
addBundle(ResourceBundle bundle)
|
static void |
addLocalizedBundle(ResourceBundle bundle)
|
String |
getLocalizedMessage()
|
(package private) static String |
getMessage(ArrayList lst,
String msg,
Object[] args)
|
| 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
static final ArrayList resBundles
static final ArrayList resLocBundles
| Constructor Detail |
public I18nSQLException(String id)
public I18nSQLException(String id,
Object[] args)
public I18nSQLException(String id,
String sqlstate)
public I18nSQLException(String id,
String sqlstate,
Object[] args)
| Method Detail |
public static void addBundle(ResourceBundle bundle)
public static void addLocalizedBundle(ResourceBundle bundle)
public String getLocalizedMessage()
getLocalizedMessage in class Throwable
static String getMessage(ArrayList lst,
String msg,
Object[] args)
|
jxUtil 0.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||