net.sf.dexterim.msn.message
Class MessageFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.dexterim.msn.message.MessageFormatException
All Implemented Interfaces:
java.io.Serializable

public class MessageFormatException
extends java.lang.Exception

Author:
christoph
See Also:
Serialized Form

Constructor Summary
MessageFormatException()
          Creates a new instance of MessageFormatException
MessageFormatException(java.lang.Exception ex)
          Constructor for the MessageFormatException object
MessageFormatException(java.lang.String msg)
          Constructor for the MessageFormatException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageFormatException

public MessageFormatException()
Creates a new instance of MessageFormatException


MessageFormatException

public MessageFormatException(java.lang.String msg)
Constructor for the MessageFormatException object

Parameters:
msg - Description of the Parameter

MessageFormatException

public MessageFormatException(java.lang.Exception ex)
Constructor for the MessageFormatException object

Parameters:
ex - Description of the Parameter


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.