Uses of Package
io.annot8.core.exceptions
-
Packages that use io.annot8.core.exceptions Package Description io.annot8.core.components This package contains the core interface for components.io.annot8.core.data This package contains the core data objects used by Annot8io.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.io.annot8.core.helpers.builders This package contains helper interfaces used internally by builders within the Annot8 core module -
Classes in io.annot8.core.exceptions used by io.annot8.core.components Class Description BadConfigurationException Exception indicating that an unacceptable configuration has been provided to a component, or required configuration information is missing.MissingResourceException Exception indicating a required resource has not been provided to a component -
Classes in io.annot8.core.exceptions used by io.annot8.core.data Class Description UnsupportedContentException Exception indicating that the content type is not supported -
Classes in io.annot8.core.exceptions used by io.annot8.core.exceptions Class Description Annot8Exception Base class for all Annot8 exceptionsAnnot8RuntimeException Base class for all Annot8 runtime exceptions -
Classes in io.annot8.core.exceptions used by io.annot8.core.helpers Class Description Annot8Exception Base class for all Annot8 exceptions -
Classes in io.annot8.core.exceptions used by io.annot8.core.helpers.builders Class Description IncompleteException Exception indicating that a builder has been asked to create a new object without having been given all the required information