jxUtil 0.6

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

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

I18nSQLWarning

public I18nSQLWarning(String id)

I18nSQLWarning

public I18nSQLWarning(String id,
                      Object[] args)

I18nSQLWarning

public I18nSQLWarning(String id,
                      Object obj1,
                      Object obj2)
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.