public final class CorruptOrDamagedFileException extends GroupDocsConversionException
GroupDocs exception thrown when the file is corrupt or damaged
Constructor and Description |
---|
CorruptOrDamagedFileException()
Default constructor
|
CorruptOrDamagedFileException(FileType fileType)
Creates an exception instance with a FileType
|
CorruptOrDamagedFileException(String message)
Creates an exception instance with a message
|
CorruptOrDamagedFileException(String message,
RuntimeException exception)
Creates an exception instance with a message and propagates the inner exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CorruptOrDamagedFileException()
public CorruptOrDamagedFileException(FileType fileType)
Creates an exception instance with a FileType
fileType
- The file typepublic CorruptOrDamagedFileException(String message)
Creates an exception instance with a message
message
- The messagepublic CorruptOrDamagedFileException(String message, RuntimeException exception)
Creates an exception instance with a message and propagates the inner exception
message
- The messageexception
- The inner exception