|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I18nCodeMessageFormatter
Formatter for instances of MessageBean
.
Method Summary | |
---|---|
String |
format(LocalizedException exception) Formats the given exception. |
String |
format(LocalizedException exception, MessageBean message) Formats the given message. |
String |
format(MessageBean message) Formats the given message. |
Methods inherited from interface de.smartics.exceptions.core.CodeMessageFormatter |
---|
format, format |
Method Detail |
---|
String format(LocalizedException exception)
Implementations must not use the toString
method of the given exception
since the instance delegates its toString
method call to this instance.
exception
- the exception to transform to its string representation.
String format(LocalizedException exception, MessageBean message)
Implementations must not use the toString
method of the given message
since the instance delegates its toString
method call to this instance.
exception
- the exception to transform to its string representation.
message
- the message to transform to be added to the string representation.
String format(MessageBean message)
Implementations must not use the toString
method of the given message
since the instance delegates its toString
method call to this instance.
message
- the message to transform to its string representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |