See: Description
Enum | Description |
---|---|
EnumerationNotUsedException.EUnknown |
Exception | Description |
---|---|
AlreadyInListException |
The element already exists in the list.
|
AlreadyInMapException |
The element already exists in the map.
|
DeprecatedException |
This exception is thrown in a constructor or method which is declared as
deprecated and will be removed in future versions.
|
ElementMismatchException |
If one element doesn't fit into a collection of elements.
|
EnumerationException |
The general enumeration exception.
|
EnumerationNotFoundException |
This exception will be thrown if the composition between the CDI hardware
device element has no corresponding enumeration element or the enumeration
element is basically not found.
|
EnumerationNotUsedException |
This exception is thrown if the enumeration indeed exists but is not used
by the method.
|
GeneralUserException |
This is a general error exception which will report error messages on the
current error extension enumeration.
|
HardwareException |
This exception is thrown when the hardware doesn't respond or returns
error values.
|
IdleTimeExceededException |
The idel time as exceeded its boundary and this will throw these exception.
|
IllegalChannelException |
Is thrown if you want to set or get a wrong channel number of a multiplexer.
|
IllegalTinePropertyException |
Informs the user that the TINE property value is out of range or illegal.
|
InvalidDeviceNameException |
This exception is thrown at runtime when the device name is invalid.
|
InvalidKeyException |
This exceptions is thrown if you wanted to access a key on an associated map
which does not exist or already is in the map.
|
InvalidListException |
A list is not valid or has not the expected size.
|
MissingEnumerationException |
The enumeration is missing one element or the element you parameterized in
your argument list of your method has no responding statements.
|
NotImplementedException |
Tells the developer that this method is currently not implemented.
|
NotInitializedException |
The initialization of the instance can not done because some of the
precondition fails.
|
ObserverableException |
This exception is thrown if a class needs an observerable (which is the same
as a Subject) of the Oberservable design pattern before any other method is
called.
|
OperationNotAllowedException |
This operation is currently not allowed on the calling method.
|
PermissionDeniedException |
Connection to the specified device is not permitted.
|
TineAccessException |
This exception is thrown if the access via CDI or the DEVICE SERVER is not
right.
|
TineException |
This is a TINE exception which is called during the runtime of a project.
|
TineLinkException |
The link connection to the concrete device name does not exists or is not
implemented jet.
|
TinePathException |
This exception is thrown if some parameters in the TINE link path string
are not correct or an error occurred on build this path with a call
to
de.desy.tine.client.TLink . |
TineUnknownDataTypeException |
This TINE exception is thrown if one wants to declare a TINE data type
which doesn't exist.
|
TineUserException |
This exception class will report TINE error extension for the device server
of Josef.
|
UnknownObserverObjectException |
If the overgiven object via the
IDeviceSubject.notfyObservers(Object) is
invalid or does not exist this exception is thrown. |
ValueNotFoundException |
The value can not be found in in the list or collection or what so ever.
|
ValueNotSetException |
If the current value is not set in the device server or hardware these
exception can be thrown.
|
Version: $Id: package.html 32897 2010-02-08 15:46:15Z walla $
All exception class of the accelerator library can be found here. There can also be two exception in different packages (for example in the Device Server project from Josef Wilgen and this).
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft