|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ras.RASObject | +--com.ibm.ras.RASFormatter | +--com.ibm.ras.RASMessageFormatter
A RASMessageFormatter
formats a RASMessageEvent
for display. The formatted String
includes the following
items:
RASMessageEvent
,
RASHandler
Constructor Summary | |
RASMessageFormatter()
Creates a RASMessageFormatter . |
Method Summary | |
java.lang.String |
format(RASIEvent event)
Formats the RAS event. |
Methods inherited from class com.ibm.ras.RASFormatter |
addEventClass, getDate, getDateFormat, getEventClasses, getSeparator, getTime, getTimeFormat, removeEventClass, setDateFormat, setSeparator, setTimeFormat |
Methods inherited from class com.ibm.ras.RASObject |
getConfig, getDescription, getName, setConfig, setDescription, setName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.ras.RASIObject |
getConfig, getDescription, getName, setConfig, setDescription, setName |
Constructor Detail |
public RASMessageFormatter()
RASMessageFormatter
.Method Detail |
public java.lang.String format(RASIEvent event)
If a message key is used and that key is not found in any message file, the message text becomes an error message indicating that the key was not found.
format
in class RASFormatter
event
- The event to format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |