com.aspose.email
Class FormatNotSupportedException

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

public class FormatNotSupportedException
extends RuntimeException

Exception that is thrown during document load, when the document format is not recognized or not supported by the component.

See Also:
Serialized Form

Constructor Summary
FormatNotSupportedException()
           Initializes a new instance of the FormatNotSupportedException class.
FormatNotSupportedException(String message)
           Initializes a new instance of the FormatNotSupportedException class with a specified error message.
FormatNotSupportedException(String message, RuntimeException inner)
           Initializes a new instance of the FormatNotSupportedException class with a specified error message.
 
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

FormatNotSupportedException

public FormatNotSupportedException()

Initializes a new instance of the FormatNotSupportedException class.


FormatNotSupportedException

public FormatNotSupportedException(String message)

Initializes a new instance of the FormatNotSupportedException class with a specified error message.

Parameters:
message - A message that describes the error.

FormatNotSupportedException

public FormatNotSupportedException(String message,
                                   RuntimeException inner)

Initializes a new instance of the FormatNotSupportedException class with a specified error message.

Parameters:
message - A message that describes the error.
inner - The exception causing the current exception.


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