Package com.pd4ml.pdf.merge
Class PdfMergeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pd4ml.pdf.merge.PdfMergeException
-
- All Implemented Interfaces:
java.io.Serializable
public class PdfMergeException extends java.lang.ExceptionChecked exception wrapping any failure that occurs while loading a source PDF, selecting its pages, or assembling/writing the merged document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfMergeException(java.lang.String message)PdfMergeException(java.lang.String message, java.lang.Throwable cause)
-