Uses of Class
de.kaiserpfalzedv.commons.api.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
Modifier and TypeClassDescriptionclass
A wrapper around a checked exception. -
Uses of BaseSystemException in de.kaiserpfalzedv.commons.api.libravatar
Modifier and TypeClassDescriptionclass
The class of all Libravatar related exceptions. -
Uses of BaseSystemException in de.kaiserpfalzedv.commons.api.store
Modifier and TypeClassDescriptionclass
DuplicateStoreException -- There is already an object with this metadata.class
OptimisticLockStoreException -- The data has been changed.class
StoreException -- The base exception for data stores.