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).
CHANGES
- 02.11.06: Created this package.
- 02.11.06: Moved the exception class AlreadyInListException from the project P3Temperature to this package.
- 02.11.06: Moved the exception class InvalidListException from the project P3Temperature to this package.
- 02.11.06: Moved the exception class InvalidArgumentException from the project P3Temperature to this package.
- 02.11.06: Moved the exception class ObserverableException from the project P3Temperature to this package.
- 02.11.06: Moved the exception class TineException from the project P3Temperature to this package.
- 02.11.06: Added the exception class ValueNotFoundException.
- 16.11.06: Added the exception class UnknownObserverObjectException.
- 20.11.06: Deleted the exception class InvalidArgumentException
- 23.11.06: Added the exception class MissingEnumerationException
- 23.11.06: Added the exception class HardwareException
- 24.11.06: Added the exception class UnknownLinkException
- 14.12.06: Changed the package name from de.desy.mst.petra.instuments.common...
to de.desy.mst.libaccelerator.
- 26.03.07: Added the exception class of OperationNotAllowedException.
- 19.04.07: Renamed the exception of UnknownLinkException to TineLinkException.
- 19.04.07: Added the exception class of EnumerationNotFoundException.
- 27.08.07: Added the exception class of TineAccessException.
- 11.10.07: Added the exception class of IdelTimeReachedException.
- 11.10.07: Renamed the exception class of IdelTimeReachedException
to IdleTimeReachedException.
- 14.10.07: Added the exception class of EnumerationNotUsedException.
- 29.11.07: Added the exception class of InvalidDeviceNameException.
- 12.02.08: Added the exception class of AlreadyInMapException.
- 20.02.08: Added the exception class of ValueNotSetException.
- 10.03.08: Added the exception class of TineUserException.
- 08.04.08: Added the exception class of GeneralUserException.
- 30.05.08: Added the exception class of IllegalChannelException.
- 12.06.08: Added the exception class of TineUnknownDataTypeException.
- 22.10.08: Added the exception class of IllegalPropertyException.
- 10.12.08: Added the exception class of ElementMismatchException.
- 29.01.09: Added the runtime exception class of NotImplementedException.
- 07.02.10: Added new derivated runtime exception which is called
on classes or method which are declared as deprecated. It is called
DeprecatedException.
TODO