public class

PdfProcessorException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pspdfkit.document.processor.PdfProcessorException

Class Overview

Thrown if there's an error while processing pages.

Summary

Public Constructors
PdfProcessorException(String detailMessage)
Creates an error for page processing action.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PdfProcessorException (String detailMessage)

Creates an error for page processing action.

Parameters
detailMessage Message of the error.