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:
    Serialized Form
    • Constructor Detail

      • DocumentMergeException

        public DocumentMergeException​(String message,
                                      Exception ex)