| AdaptationError |
Class of all errors that occur during the Adaptation process
|
| AssertSameValueAsInException |
|
| CakeException |
A CakeException extends Exception with additional information.
|
| CakeIOException |
A CakeIOException is thrown for failures in io components
|
| CakeSaxException |
A CakeIOException is thrown for failures in XML components using the sax parser API.
|
| ClassHierarchyConsistencyException |
The ClassHierarchyConsistencyException is thrown if an inconsistent class hierarchy
could be created.
|
| ClassNotFoundException |
The ClassNotFoundException if a requested DataClass cannot be found.
|
| IllegalEditException |
The IllegalEditException is thrown if a DataClass is edited after the class
is finished.
|
| IllegalInstantiationException |
The IllegalInstantiationException is thrown when an DataObject should be
created and the corresponding DataClass is not finished or is abstract.
|
| IndexOutOfBoundsException |
The IndexOutOfBoundsException is thrown when the access to an array of values failed
because an index is used that is out of bound.
|
| InterruptedException |
|
| InvalidNativeValueException |
The InvalidNativeValueException is thrown when the native value does not match to
the specification in the data class.
|
| InvalidSemanticDescriptorException |
The InvalidSemanticDescriptorException is thrown when the requested semantic
descriptor of a NESTNodeObject is not a subclass of aggregate class.
|
| InvalidTypeException |
The InvalidTypeException is thrown when the type does not match to the specification
in the data class.
|
| ItemNotFoundException |
The requested item was not found in list/collection.
|
| NameAlreadyExistsException |
A NameAlreadyExistsException should be thrown if a name already exists.
|
| NameNotFoundException |
A NameAlreadyExistsException should be thrown if a name is not found.
|
| NoSemanticDescriptorException |
The NoSemanticDescriptorException is thrown when the requested semantic descriptor
of a NESTNodeObject is not set.
|
| NoSequentialGraphException |
Exception representing the case that a NESTGraph object is not a de facto resource as required.
|
| NoSuchAttributeException |
The NoSuchAttributeException is thrown when the requested attribute does not exists
in the aggregate class.
|
| NoSuchAttributeValueException |
The NoSuchAttributeValueException is thrown when the requested attributeValue does
not exists in the aggregate class.
|
| ObjectAlreadyExistsException |
The ObjectAlreadyExistsException is thrown when an object is added that already
exists.
|
| ObjectNotFoundException |
The ObjectNotFoundException is thrown when a requested object can not be found.
|
| UncomparableObjectsException |
The UncomparableObjectsException is thrown when two objects should be compared that
are not comparable.
|