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