com.reverseXSL.exception
Class FormattedMessage

java.lang.Object
  extended by com.reverseXSL.exception.FormattedMessage
All Implemented Interfaces:
java.io.Serializable

public class FormattedMessage
extends java.lang.Object
implements java.io.Serializable

Provides multi-language suport for application messages, regular traces, and logs. Equivalent to FormattedException but for non-failure cases.

See Also:
Serialized Form

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

getMessage

public java.lang.String getMessage()
Get the formatted message through the FormattingService, itself based on MessageFormat.


toString

public java.lang.String toString()
Same as getMessage().

Overrides:
toString in class java.lang.Object