org.databene.commons.ui
Class I18NError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.databene.commons.ui.I18NError
All Implemented Interfaces:
java.io.Serializable

public class I18NError
extends java.lang.RuntimeException

Error with localizable message.

Created at 14.12.2008 13:23:51

Since:
0.4.7
Author:
Volker Bergmann
See Also:
Serialized Form

Constructor Summary
I18NError()
           
I18NError(java.lang.String code)
           
I18NError(java.lang.String code, java.lang.Throwable cause, java.lang.Object... parameters)
           
I18NError(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String renderMessage(I18NSupport i18n)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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
 

Constructor Detail

I18NError

public I18NError()

I18NError

public I18NError(java.lang.String code)

I18NError

public I18NError(java.lang.Throwable cause)

I18NError

public I18NError(java.lang.String code,
                 java.lang.Throwable cause,
                 java.lang.Object... parameters)
Method Detail

renderMessage

public java.lang.String renderMessage(I18NSupport i18n)


Copyright © 2010. All Rights Reserved.