public class UnsupportedDocumentFormatException extends GroupDocsParserException
Constructor and Description |
---|
UnsupportedDocumentFormatException()
Initializes a new instance of the
UnsupportedDocumentFormatException class. |
UnsupportedDocumentFormatException(String message)
Initializes a new instance of the
UnsupportedDocumentFormatException class with the message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedDocumentFormatException()
UnsupportedDocumentFormatException
class.public UnsupportedDocumentFormatException(String message)
UnsupportedDocumentFormatException
class with the message.message
- Error message.