Class MissingValidationProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.pdfbox.preflight.exception.ValidationException
-
- org.apache.pdfbox.preflight.exception.MissingValidationProcessException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingValidationProcessException extends ValidationException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
processName
Name of the Missing process-
Fields inherited from class org.apache.pdfbox.preflight.exception.ValidationException
pageNumber
-
-
Constructor Summary
Constructors Constructor Description MissingValidationProcessException(java.lang.String process)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProcessName()
-
Methods inherited from class org.apache.pdfbox.preflight.exception.ValidationException
getPageNumber
-
-