UnsupportedDocumentFormatException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.groupdocs.parser.exceptions.GroupDocsParserException
public class UnsupportedDocumentFormatException extends GroupDocsParserException
Thrown during document load, when the document format is not recognized or not supported.
| Constructor | Description |
|---|---|
| UnsupportedDocumentFormatException() | Initializes a new instance of the UnsupportedDocumentFormatException class. |
| UnsupportedDocumentFormatException(String message) | Initializes a new instance of the UnsupportedDocumentFormatException class with the message. |
public UnsupportedDocumentFormatException()
Initializes a new instance of the UnsupportedDocumentFormatException class.
public UnsupportedDocumentFormatException(String message)
Initializes a new instance of the UnsupportedDocumentFormatException class with the message.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | Error message. |
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.