Uses of Class
io.annot8.core.exceptions.Annot8Exception
-
Packages that use Annot8Exception Package Description io.annot8.core.exceptions This package contains the exceptions used by Annot8io.annot8.core.helpers This package contains helper interfaces used internally by the Annot8 core module. -
-
Uses of Annot8Exception in io.annot8.core.exceptions
Subclasses of Annot8Exception in io.annot8.core.exceptions Modifier and Type Class Description classBadConfigurationExceptionException indicating that an unacceptable configuration has been provided to a component, or required configuration information is missing.classMissingResourceExceptionException indicating a required resource has not been provided to a componentclassProcessingExceptionGeneric exception thrown if there is an error during processing of a document. -
Uses of Annot8Exception in io.annot8.core.helpers
Methods in io.annot8.core.helpers that throw Annot8Exception Modifier and Type Method Description ProcessorResponseWithProcessItem. process(Item item)Process the given item
-