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