public class GroupDocsViewerException
extends com.groupdocs.foundation.exception.GroupDocsException
This exception represents generic errors that can occur during document processing. It is a broad exception that indicates an error or failure, but does not provide specific details about the nature of the error.
| 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)
Initializes a new instance of the GroupDocsViewerException class with a cause of the exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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 that describes the error.throwable - The throwable that caused the exception.public GroupDocsViewerException(Throwable cause)
Initializes a new instance of the GroupDocsViewerException class with a cause of the exception.
cause - The cause of the exception.Copyright © 2024. All rights reserved.