Package org.verapdf.core
Core types and constructs to support validation classes.
The core package contains Exception types and generic types that provide directory and registry functionality.
- Since:
- 0.7
- Version:
- 0.7
- Author:
- Carl Wilson
-
Interface Summary Interface Description Directory<K,V> A read only Directory that supports key and value types.Registry<K,V> A read/write Registry that supports key and value types. -
Class Summary Class Description JAXBCollection<T> Generic collection wrapper class.MapBackedDirectory<K,V> MapBackedRegistry<K,V> XmlSerialiser Acknowledgements to Arno Moonen's gist which got me going. -
Exception Summary Exception Description EncryptedPdfException FeatureParsingException Exception type for errors that occur while parsing PDF FeaturesModelParsingException Exception type for PDFParser problems.ProfileException Exception that occurs when there is a problem parsing a validation profile.ValidationException Exception type for problems encountered while performing validation.VeraPDFException Top level exception class for all exceptions in veraPDF library.