| Exception | Description |
|---|---|
| AliveConstraintViolationException |
Thrown when an operation of the engine violates the constraint of a Generic to be alive.
|
| AmbiguousSelectionException |
Thrown when an operation of the engine on a Generic is ambiguous.
|
| CacheNoStartedException |
Thrown when an operation is performed on the engine but no cache is actually started.
|
| CollisionException |
Thrown when an operation of the engine triggers a collision.
|
| ConcurrencyControlException |
Thrown when the user attempts to describe with a timestamp lower than the timestamp of the last read.
|
| ConstraintViolationException |
The base exception for all constraint violation exceptions.
|
| CrossEnginesAssignementsException |
Thrown when assignments are done on two different engines.
|
| CyclicException |
Thrown if your trying create a cylce.
|
| ExistsException |
Thrown when a Generic will be created but already exists on the engine.
|
| LevelConstraintViolationException |
Thrown when the level of a Generic is inappropriate.
|
| MetaRuleConstraintViolationException |
Thrown when a component on a link doesn't inherit from a super component.
|
| NotAliveConstraintViolationException |
Thrown when an operation of the engine violates the constraint of a Generic NOT to be alive.
|
| NotAllowedSerializableTypeException |
Thrown when a
Serializable type is not allowed. |
| NotFoundException |
Thrown when a component is not found on the specified position for an axed system property.
|
| OptimisticLockConstraintViolationException |
Thrown when an attempt is done to remove an alive Generic.
|
| ReferentialIntegrityConstraintViolationException |
Thrown when a user operation violates the constraint of referential integrity.
|
| RollbackException |
The base exception when an operation on Generic System causes a rollback.
|
| UnreachableOverridesException |
Thrown when at least an
override is NOT inherited by at least one super. |
Copyright © 2022. All rights reserved.