org.databene.commons.ui
Class I18NError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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)
|
| 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 |
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)
renderMessage
public java.lang.String renderMessage(I18NSupport i18n)
Copyright © 2010. All Rights Reserved.