UnsupportedDocumentFormatException
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.
Constructors
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. |
UnsupportedDocumentFormatException()
public UnsupportedDocumentFormatException()
Initializes a new instance of the UnsupportedDocumentFormatException class.
UnsupportedDocumentFormatException(String message)
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. |