com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FileCorruptedException

  • All Implemented Interfaces:
    Serializable


    public class FileCorruptedException
    extends AsposeException

    Exception that is thrown during file reading, when the file appears to be corrupted and impossible to read.

    See Also:
    Serialized Form
    • Constructor Detail

      • FileCorruptedException

        public FileCorruptedException()

        Initializes a new instance of the FileCorruptedException class.

      • FileCorruptedException

        public FileCorruptedException(String message)

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

        Parameters:
        message - A message that describes the error.
      • FileCorruptedException

        public FileCorruptedException(String message,
                              Throwable inner)

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

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