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.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getHResult, getInnerException, getType, setErrorCode, setHResult
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 causepublic String toString()
toString
in class com.aspose.ms.System.Exception