GroupDocsMergerException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception
public class GroupDocsMergerException extends Exception
Represents errors that occur during document processing.
| Constructor | 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. |
| Method | Description |
|---|---|
| getException(Exception exception) | Get the GroupDocs Merger exception from input exception. |
public GroupDocsMergerException(String message)
Initializes a new instance of the GroupDocsMergerException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message that describes the error. |
public GroupDocsMergerException(String message, Exception innerException)
Initializes a new instance of the GroupDocsMergerException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message that describes the error. |
| innerException | java.lang.Exception | The inner exception of the error. |
public static Exception getException(Exception exception)
Get the GroupDocs Merger exception from input exception.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| exception | java.lang.Exception | The input exception. |
Returns: java.lang.Exception -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.