com.groupdocs.conversion.exceptions

Class CorruptOrDamagedFileException

    • Constructor Detail

      • CorruptOrDamagedFileException

        public CorruptOrDamagedFileException()
        Default constructor
      • CorruptOrDamagedFileException

        public CorruptOrDamagedFileException(FileType fileType)

        Creates an exception instance with a FileType

        Parameters:
        fileType - The file type
      • CorruptOrDamagedFileException

        public CorruptOrDamagedFileException(String message)

        Creates an exception instance with a message

        Parameters:
        message - The message
      • CorruptOrDamagedFileException

        public CorruptOrDamagedFileException(String message,
                                             RuntimeException exception)

        Creates an exception instance with a message and propagates the inner exception

        Parameters:
        message - The message
        exception - The inner exception