CorruptedDocumentException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.groupdocs.parser.exceptions.GroupDocsParserException
public class CorruptedDocumentException extends GroupDocsParserException
Thrown during document load, when the document is corrupted.
Constructors
Constructor | Description |
---|---|
CorruptedDocumentException() | Initializes a new instance of the CorruptedDocumentException class. |
CorruptedDocumentException(String message) | Initializes a new instance of the CorruptedDocumentException class. |
CorruptedDocumentException()
public CorruptedDocumentException()
Initializes a new instance of the CorruptedDocumentException class.
CorruptedDocumentException(String message)
public CorruptedDocumentException(String message)
Initializes a new instance of the CorruptedDocumentException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message that describes the error. |