public class GroupDocsViewerException
extends com.groupdocs.foundation.exception.GroupDocsException
Represents the generic errors that occur during document processing.
Constructor and Description |
---|
GroupDocsViewerException(String message)
Initializes a new instance of the
GroupDocsViewerException class with a specified error message. |
GroupDocsViewerException(String message,
Throwable throwable)
Initializes a new instance of the
GroupDocsViewerException class with a specified error message. |
GroupDocsViewerException(Throwable cause)
Instantiates a new Group docs exception.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public GroupDocsViewerException(String message)
Initializes a new instance of the GroupDocsViewerException
class with a specified error message.
message
- The message that describes the error.public GroupDocsViewerException(String message, Throwable throwable)
Initializes a new instance of the GroupDocsViewerException
class with a specified error message.
message
- The message.throwable
- The throwable.public GroupDocsViewerException(Throwable cause)
cause
- the causeCopyright © 2020. All rights reserved.