Package com.pspdfkit.document.processor
Class PdfProcessorException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class PdfProcessorException extends RuntimeException
Thrown if there's an error while processing pages.
-
-
Constructor Summary
Constructors Constructor Description PdfProcessorException(String detailMessage)
Creates an error for page processing action.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
PdfProcessorException
PdfProcessorException(String detailMessage)
Creates an error for page processing action.- Parameters:
detailMessage
- Message of the error.
-
-
-
-