Uses of Class
de.kaiserpfalzedv.commons.api.BaseSystemException
Packages that use BaseSystemException
Package
Description
de.kaiserpfalzedv.rpg.core.api -- Base API classes used within the whole system.
Libravatar -- Java Library for retrieving libravatars.
-
Uses of BaseSystemException in de.kaiserpfalzedv.commons.api
Subclasses of BaseSystemException in de.kaiserpfalzedv.commons.apiModifier and TypeClassDescriptionclassA wrapper around a checked exception. -
Uses of BaseSystemException in de.kaiserpfalzedv.commons.api.libravatar
Subclasses of BaseSystemException in de.kaiserpfalzedv.commons.api.libravatarModifier and TypeClassDescriptionclassThe class of all Libravatar related exceptions. -
Uses of BaseSystemException in de.kaiserpfalzedv.commons.api.store
Subclasses of BaseSystemException in de.kaiserpfalzedv.commons.api.storeModifier and TypeClassDescriptionclassDuplicateStoreException -- There is already an object with this metadata.classOptimisticLockStoreException -- The data has been changed.classStoreException -- The base exception for data stores.