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, toString
public 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>