Uses of Class
org.verapdf.core.VeraPDFException
Packages that use VeraPDFException
Package
Description
Core types and constructs to support validation classes.
-
Uses of VeraPDFException in org.verapdf.core
Subclasses of VeraPDFException in org.verapdf.coreModifier and TypeClassDescriptionclassclassException type for errors that occur while parsing PDF FeaturesclassException type for PDFParser problems.classException that occurs when there is a problem parsing a validation profile.classException type for problems encountered while performing validation. -
Uses of VeraPDFException in org.verapdf.core.utils
Methods in org.verapdf.core.utils that throw VeraPDFException -
Uses of VeraPDFException in org.verapdf.policy
Methods in org.verapdf.policy that throw VeraPDFExceptionModifier and TypeMethodDescriptionstatic voidPolicyChecker.applyPolicy(File policy, InputStream xmlReport, OutputStream policyReport) Apply a veraPDF policy expressed as schematron to a veraPDF report.static voidPolicyChecker.applyPolicy(InputStream policy, InputStream xmlReport, OutputStream policyReport, boolean isXsl) Apply a veraPDF policy expressed as schematron to a veraPDF report.static voidPolicyChecker.insertPolicyReport(File policyReport, File mrrReport, OutputStream mergedReport) Adds a policy report to a veraPDF machine readable report instance, effectively a merge carried out by an XSLT transform. -
Uses of VeraPDFException in org.verapdf.processor
Methods in org.verapdf.processor that return VeraPDFExceptionModifier and TypeMethodDescriptionTaskResult.getException()protected static final VeraPDFExceptionAbstractXmlHandler.wrapMarshallException(JAXBException excep, String typePart) protected static VeraPDFExceptionAbstractXmlHandler.wrapStreamException(XMLStreamException excep) protected static VeraPDFExceptionAbstractXmlHandler.wrapStreamException(XMLStreamException excep, String verbPart) Methods in org.verapdf.processor that throw VeraPDFExceptionModifier and TypeMethodDescriptionstatic final BatchProcessingHandlerProcessorFactory.getHandler(FormatOption option, boolean isVerbose, boolean logPassed) static final BatchProcessingHandlerProcessorFactory.getHandler(FormatOption option, boolean isVerbose, OutputStream reportStream, boolean logPassed) static final BatchProcessingHandlerProcessorFactory.getHandler(FormatOption option, boolean isVerbose, OutputStream reportStream, boolean logPassed, String wikiPath) voidBatchProcessingHandler.handleBatchEnd(BatchSummary summary) This method is called by theBatchProcessorat the end of the batch process and allows custom action to be taken informed by the summary of the batch process.voidJsonHandler.handleBatchEnd(BatchSummary summary) voidBatchProcessingHandler.handleBatchStart(ProcessorConfig config) This method is called by theBatchProcessorat the start of processing.voidJsonHandler.handleBatchStart(ProcessorConfig config) voidAbstractBatchHandler.handleResult(ProcessorResult result, Boolean isLogsEnabled) voidBatchProcessingHandler.handleResult(ProcessorResult result, Boolean isLogsEnabled) This method is called by theBatchProcessorafter each item in the batch is processed allowing the implementor to take specific action for each item processed.AbstractBatchProcessor.process(File toProcess, boolean recurse, BatchProcessingHandler resultHandler) AbstractBatchProcessor.process(List<? extends File> toProcess, BatchProcessingHandler resultHandler) BatchProcessor.process(File toProcess, boolean recurse, BatchProcessingHandler resutlHandler) Process all .pdf files in a directory, optionally recursively.BatchProcessor.process(List<? extends File> toProcess, BatchProcessingHandler resutlHandler) Process a list of PDF filesProcess aFileand return theProcessorResultprotected abstract voidAbstractBatchProcessor.processContainer(File container, boolean recurse) protected voidBatchFileProcessor.processContainer(File container, boolean recurse) protected abstract voidAbstractBatchProcessor.processList(List<? extends File> toProcess) protected voidBatchFileProcessor.processList(List<? extends File> toProcess) protected voidAbstractBatchProcessor.processResult(ProcessorResult result, Boolean isLogsEnabled) static final BatchProcessingHandlerProcessorFactory.rawResultHandler()static final BatchProcessingHandlerProcessorFactory.rawResultHandler(Writer dest) protected <T> voidAbstractXmlHandler.serializeElement(T obj, String eleName, boolean format, boolean fragment) static voidProcessorFactory.writeSingleResultReport(ProcessorResult toConvert, BatchProcessingHandler tmpHandler, ProcessorConfig config) Constructors in org.verapdf.processor that throw VeraPDFException