GroupDocsMergerException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception

public class GroupDocsMergerException extends Exception

Represents errors that occur during document processing.

Constructors

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.

Methods

Method Description
getException(Exception exception) Get the GroupDocs Merger exception from input exception.

GroupDocsMergerException(String message)

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.

GroupDocsMergerException(String message, Exception innerException)

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.

getException(Exception exception)

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 -