Uses of Interface
de.espirit.common.LocalizableError
Package
Description
-
Uses of LocalizableError in de.espirit.common
Modifier and TypeClassDescriptionclass
This classCheckedException
and its subclasses are a form ofException
that indicates conditionsthat a reasonable application might want to catch.class
ARuntimeException
with additional information like an error code or localization data. -
Uses of LocalizableError in de.espirit.firstspirit.access
Modifier and TypeClassDescriptionclass
Super class for FIRSTspirit runtime exceptions.class
Exception thrown on the detection of a duplicate reference name.class
Exception thrown if a invalid session is detected.class
Exception which will be thrown if a functionality is called which is license dependent and the installed FIRSTspirit license doen't support the expected license feature.class
Indicates that a required reference could not be found.class
Thrown, if no server action existed for a requested action id.class
This exception is thrown if an service is requestedConnection.getService(String)
which doesn't exists on the server or is not running. -
Uses of LocalizableError in de.espirit.firstspirit.access.database
Modifier and TypeClassDescriptionclass
Exception being thrown when a referencedEntityType
(database table) does not exist. -
Uses of LocalizableError in de.espirit.firstspirit.access.schedule
Modifier and TypeClassDescriptionclass
Thrown when aScheduleEntry
is started multiple times anditsScheduleEntry.ParallelExecutionMode
isScheduleEntry.ParallelExecutionMode.DISALLOWED
. -
Uses of LocalizableError in de.espirit.firstspirit.access.store
Modifier and TypeClassDescriptionclass
This exception will be thrown if an already deleted element is tried to change.class
This exception will be thrown during call ofIDProvider.moveChild(IDProvider)
if the object which should be movedis already moved on the server.class
-
Uses of LocalizableError in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeClassDescriptionclass
This exception will be thrown if an operation on anelement
failed because the element is write locked by a workflow instance. -
Uses of LocalizableError in de.espirit.firstspirit.access.store.templatestore.gom
Modifier and TypeClassDescriptionclass
This error indicates an invalid gom source. -
Uses of LocalizableError in de.espirit.firstspirit.agency
Modifier and TypeClassDescriptionclass
Exception thrown on validation containing reports on all validated elements. -
Uses of LocalizableError in de.espirit.firstspirit.common
Modifier and TypeClassDescriptionclass
Exception thrown if a session creation is not possible because the maximum count of licensed sessions is reached. -
Uses of LocalizableError in de.espirit.firstspirit.forms
Modifier and TypeClassDescriptionclass
Exception thrown if a value is not appropriate. -
Uses of LocalizableError in de.espirit.firstspirit.server.authentication
Modifier and TypeClassDescriptionclass
Exception thrown if a authentication was not successful because of invalid credentials for instance. -
Uses of LocalizableError in de.espirit.firstspirit.server.mediamanagement.exif
Modifier and TypeClassDescriptionclass
RuntimeException indicating that a valid mapping/ExifValue
for a defined Tag-Type-Hex or Tag-Type (Integer) was not found. -
Uses of LocalizableError in de.espirit.firstspirit.store.access.nexport.exceptions
Modifier and TypeClassDescriptionclass
ThisSyncOperationException
may be thrown when using ExternalSync API. -
Uses of LocalizableError in de.espirit.firstspirit.ui.operations
Modifier and TypeClassDescriptionstatic class
Exception informing about an invalid ruleset definition. -
Uses of LocalizableError in de.espirit.or
Modifier and TypeClassDescriptionclass
Thrown to indicate an error related to the O/R mapper.class
Thrown to indicate errors related to aSchema
.