Uses of Class
org.verapdf.core.VeraPDFException
-
Packages that use VeraPDFException Package Description org.verapdf.core Core types and constructs to support validation classes.org.verapdf.core.utils org.verapdf.policy org.verapdf.processor -
-
Uses of VeraPDFException in org.verapdf.core
Subclasses of VeraPDFException in org.verapdf.core Modifier and Type Class Description classEncryptedPdfExceptionclassFeatureParsingExceptionException type for errors that occur while parsing PDF FeaturesclassModelParsingExceptionException type for PDFParser problems.classProfileExceptionException that occurs when there is a problem parsing a validation profile.classValidationExceptionException type for problems encountered while performing validation. -
Uses of VeraPDFException in org.verapdf.core.utils
Methods in org.verapdf.core.utils that throw VeraPDFException Modifier and Type Method Description FileFileOutputMapper. mapFile(File orig)Map an original source file to an output file using the getPrefix() as the file name prefix and get suffix as the suffix. -
Uses of VeraPDFException in org.verapdf.policy
Methods in org.verapdf.policy that throw VeraPDFException Modifier and Type Method Description static 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 VeraPDFException Modifier and Type Method Description VeraPDFExceptionTaskResult. getException()protected static 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 VeraPDFException Modifier and Type Method Description static BatchProcessingHandlerProcessorFactory. getHandler(FormatOption option, boolean isVerbose, int maxFailedChecksPerRule, boolean logPassed)static BatchProcessingHandlerProcessorFactory. getHandler(FormatOption option, boolean isVerbose, OutputStream reportStream, int maxFailedChecksPerRule, boolean logPassed)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.voidBatchProcessingHandler. handleBatchStart(ProcessorConfig config)This method is called by theBatchProcessorat the start of processing.voidAbstractBatchHandler. handleResult(ProcessorResult result)voidBatchProcessingHandler. handleResult(ProcessorResult result)This method is called by theBatchProcessorafter each item in the batch is processed allowing the implementor to take specific action for each item processed.BatchSummaryAbstractBatchProcessor. process(File toProcess, boolean recurse, BatchProcessingHandler resultHandler)BatchSummaryAbstractBatchProcessor. process(List<? extends File> toProcess, BatchProcessingHandler resultHandler)BatchSummaryBatchProcessor. process(File toProcess, boolean recurse, BatchProcessingHandler resutlHandler)Process all .pdf files in a directory, optionally recursively.BatchSummaryBatchProcessor. process(List<? extends File> toProcess, BatchProcessingHandler resutlHandler)Process a list of PDF filesProcessorResultItemProcessor. process(File toProcess)Process 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)static BatchProcessingHandlerProcessorFactory. rawResultHandler()static BatchProcessingHandlerProcessorFactory. rawResultHandler(Writer dest)protected <T> voidAbstractXmlHandler. serialseElement(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 Constructor Description AbstractXmlHandler(Writer dest)
-