|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.reverseXSL.exception.FormattedMessage
public class FormattedMessage
Provides multi-language suport for application messages, regular traces, and logs.
Equivalent
to FormattedException
but for non-failure cases.
Method Summary | |
---|---|
java.lang.String |
getMessage()
Get the formatted message through the FormattingService, itself based on MessageFormat . |
java.lang.String |
toString()
Same as getMessage() . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getMessage()
MessageFormat
.
public java.lang.String toString()
getMessage()
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |