com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FormatNotSupportedException

  • All Implemented Interfaces:
    Serializable


    public class FormatNotSupportedException
    extends AsposeException

    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 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,
                                   Throwable 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.