com.groupdocs.merger.exceptions

Class GroupDocsMergerException

    • Constructor Detail

      • GroupDocsMergerException

        public GroupDocsMergerException(String message)

        Initializes a new instance of the GroupDocsMergerException class.

        Parameters:
        message - The message that describes the error. <inheritdoc></inheritdoc>
      • GroupDocsMergerException

        public GroupDocsMergerException(String message,
                                        Exception innerException)

        Initializes a new instance of the GroupDocsMergerException class.

        Parameters:
        message - The message that describes the error.
        innerException - The inner exception of the error. <inheritdoc></inheritdoc>
    • Method Detail

      • getException

        public static Exception getException(Exception exception)

        Get the GroupDocs Merger exception from input exception.

        Parameters:
        exception - The input exception.
        Returns: