IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.bean
Class Message

java.lang.Object
  extended bycom.ibm.btt.server.bean.Message
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Message()
           
 
Method Summary
static java.lang.String formatExceptionMsg(java.lang.String messageKey)
          Get the format exception message from resource bundle file.
static java.lang.String formatTraceMsg(java.lang.String messageKey)
          Get the format trace message from resource bundle file.
static java.lang.String getExceptionMsg(java.lang.String key)
          Get the message from the exception file.
static java.lang.String getTraceMsg(java.lang.String key)
          Get the message from the trace file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

getTraceMsg

public static final java.lang.String getTraceMsg(java.lang.String key)
                                          throws java.util.MissingResourceException
Get the message from the trace file.

Returns:
String The trace message.
Throws:
java.util.MissingResourceException

getExceptionMsg

public static final java.lang.String getExceptionMsg(java.lang.String key)
                                              throws java.util.MissingResourceException
Get the message from the exception file.

Returns:
String The exception message.
Throws:
java.util.MissingResourceException

formatExceptionMsg

public static java.lang.String formatExceptionMsg(java.lang.String messageKey)
Get the format exception message from resource bundle file.

Returns:
String The format exception message.

formatTraceMsg

public static java.lang.String formatTraceMsg(java.lang.String messageKey)
Get the format trace message from resource bundle file.

Returns:
String The format trace message.

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005