jxUtil 0.6

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

Field Summary
private  String localizedMessage
           
 
Fields inherited from class java.sql.BatchUpdateException
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
I18nBatchUpdateException(String id, int[] ia)
           
I18nBatchUpdateException(String id, Object[] args, int[] ia)
           
I18nBatchUpdateException(String id, Object obj1, Object obj2, int[] ia)
           
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class java.sql.BatchUpdateException
getUpdateCounts
 
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

localizedMessage

private final String localizedMessage
Constructor Detail

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)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.