ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.conversation
Class MessageFormException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.able.conversation.MessageFormException
All Implemented Interfaces:
java.io.Serializable

public class MessageFormException
extends java.lang.Exception

Exceptio in MessageForm processing.

OLD VERSION -- TO BE DELETED

See Also:
Serialized Form

Constructor Summary
MessageFormException(MessageForm newForm, java.lang.String description)
          Constructor
MessageFormException(java.lang.String description)
          Constructor for MessageFormatException
 
Method Summary
 MessageForm getMessageForm()
           
 void setMessageForm(MessageForm newForm)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageFormException

public MessageFormException(MessageForm newForm,
                            java.lang.String description)
Constructor

MessageFormException

public MessageFormException(java.lang.String description)
Constructor for MessageFormatException
Method Detail

getMessageForm

public MessageForm getMessageForm()

setMessageForm

public void setMessageForm(MessageForm newForm)

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003