public class GroupDocsParserException extends RuntimeException
Represents the errors that occur during application execution.
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()
Initializes a new instance of the GroupDocsParserException
class.
public GroupDocsParserException(String message)
Initializes a new instance of the GroupDocsParserException
class.
message
- The message that describes the error.Copyright © 2019. All rights reserved.