Uses of Class
org.verapdf.core.ValidationException
-
Packages that use ValidationException Package Description org.verapdf.pdfa Interfaces for PDF/A validation and Metadata repair. -
-
Uses of ValidationException in org.verapdf.pdfa
Methods in org.verapdf.pdfa that throw ValidationException Modifier and Type Method Description ValidationResultPDFAValidator. validate(PDFAParser toValidate)This method validates an InputStream, presumably believed to be a PDF/A document of a specific flavour that matches the ValidationProfile supported by the PDFAValidator instance.
-