Class DocumentMergeException

All Implemented Interfaces:
Serializable

public class DocumentMergeException extends DocumentBuildException
Exception thrown when the merge of two documents fail. As the merge of a document is a build process, this exception is a refinement of the DocumentBuildException exception.
See Also:
  • Constructor Details

    • DocumentMergeException

      public DocumentMergeException(String message, Exception ex)