CorruptedOrDamagedFileException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.groupdocs.foundation.exception.GroupDocsException, com.groupdocs.annotation.exceptions.AnnotatorException
public class CorruptedOrDamagedFileException extends AnnotatorException
The exception that is thrown when file is corrupted or damaged.
| Constructor | Description |
|---|---|
| CorruptedOrDamagedFileException(String message) | Initializes a new instance of the CorruptedOrDamagedFileException class. |
| CorruptedOrDamagedFileException(String message, Exception innerException) | Initializes a new instance of the CorruptedOrDamagedFileException class. |
public CorruptedOrDamagedFileException(String message)
Initializes a new instance of the CorruptedOrDamagedFileException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message that describes the error. |
public CorruptedOrDamagedFileException(String message, Exception innerException)
Initializes a new instance of the CorruptedOrDamagedFileException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The error message that explains the reason for the exception. |
| innerException | java.lang.Exception | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.