com.aspose.email
Class MapiMessageParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.email.MapiMessageParseException
All Implemented Interfaces:
Serializable

public class MapiMessageParseException
extends RuntimeException

This exception is thrown when errors occur in parsing MapiMessage.

See Also:
Serialized Form

Constructor Summary
MapiMessageParseException()
           Initializes a new instance of the MapiMessageParseException class.
MapiMessageParseException(String message)
           Initializes a new instance of the MapiMessageParseException class.
MapiMessageParseException(String message, RuntimeException innerException)
           Initializes a new instance of the MapiMessageParseException class.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapiMessageParseException

public MapiMessageParseException()

Initializes a new instance of the MapiMessageParseException class.


MapiMessageParseException

public MapiMessageParseException(String message)

Initializes a new instance of the MapiMessageParseException class.

Parameters:
message - The error message.

MapiMessageParseException

public MapiMessageParseException(String message,
                                 RuntimeException innerException)

Initializes a new instance of the MapiMessageParseException class.

Parameters:
message - The error message.
innerException - The inner exception.


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.