DocumentFormatException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, com.groupdocs.redaction.exceptions.GroupDocsRedactionException
public class DocumentFormatException extends GroupDocsRedactionException
The exception that is thrown when document format is not recognized or is invalid.
Constructors
| Constructor | Description |
|---|---|
| DocumentFormatException(String message) | Initializes a new instance of DocumentFormatException class. |
DocumentFormatException(String message)
public DocumentFormatException(String message)
Initializes a new instance of DocumentFormatException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | Message, describing exception context |