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