public class GroupDocsMergerException extends Exception
Represents errors that occur during document processing.
| Constructor and Description |
|---|
GroupDocsMergerException(String message)
Initializes a new instance of the
GroupDocsMergerException class. |
GroupDocsMergerException(String message,
Exception innerException)
Initializes a new instance of the
GroupDocsMergerException class. |
| Modifier and Type | Method and Description |
|---|---|
static Exception |
getException(Exception exception)
Get the GroupDocs Merger exception from input exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GroupDocsMergerException(String message)
Initializes a new instance of the GroupDocsMergerException class.
message - The message that describes the error.
<inheritdoc></inheritdoc>public GroupDocsMergerException(String message, Exception innerException)
Initializes a new instance of the GroupDocsMergerException class.
message - The message that describes the error.innerException - The inner exception of the error.
<inheritdoc></inheritdoc>Copyright © 2024. All rights reserved.