|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageBean | |
---|---|
de.smartics.exceptions.i18n | The core package for the I18N exception handling. |
Uses of MessageBean in de.smartics.exceptions.i18n |
---|
Classes in de.smartics.exceptions.i18n that implement MessageBean | |
---|---|
class |
AbstractMessageBean The message information for a incidence. |
Fields in de.smartics.exceptions.i18n declared as MessageBean | |
---|---|
protected MessageBean |
AbstractMessageRuntimeException.messageBean The message information for the exception. |
protected MessageBean |
AbstractMessageException.messageBean The message information for the exception. |
Methods in de.smartics.exceptions.i18n that return MessageBean | |
---|---|
MessageBean |
AbstractMessageRuntimeException.getMessageBean() Returns the message information for the exception. |
MessageBean |
AbstractMessageException.getMessageBean() Returns the message information for the exception. |
Methods in de.smartics.exceptions.i18n with parameters of type MessageBean | |
---|---|
String |
I18nCodeMessageFormatter.format(LocalizedException exception, MessageBean message) Formats the given message. |
String |
DefaultI18nCodeMessageFormatter.format(LocalizedException exception, MessageBean message) |
String |
I18nCodeMessageFormatter.format(MessageBean message) Formats the given message. |
String |
DefaultI18nCodeMessageFormatter.format(MessageBean message) |
Constructors in de.smartics.exceptions.i18n with parameters of type MessageBean | |
---|---|
AbstractMessageException(MessageBean messageBean) Default constructor. |
|
AbstractMessageRuntimeException(MessageBean messageBean) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |