Uses of Class
io.goobi.viewer.exceptions.ArchiveException
Packages that use ArchiveException
Package
Description
Custom exception hierarchy for the Goobi viewer.
JSF managed beans (CDI backing beans) of the Goobi viewer.
-
Uses of ArchiveException in io.goobi.viewer.exceptions
Subclasses of ArchiveException in io.goobi.viewer.exceptionsModifier and TypeClassDescriptionclassThrown when an archive resource cannot be used due to a configuration error, such as a missing or invalid configuration value.classThrown when a connection to an archive backend resource cannot be established or is unexpectedly interrupted.classThrown when the content of an archive resource cannot be parsed, for example due to malformed EAD/XML data. -
Uses of ArchiveException in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that throw ArchiveExceptionModifier and TypeMethodDescriptionvoidArchiveBean.initializeArchiveTree()voidArchiveBean.initializeArchiveTree(String selectedEntryId) voidArchiveBean.loadDatabaseResource(String resourceId)