See: Description
| Exception | Description |
|---|---|
| ElementAlreadyInModel |
Exception that is thrown when somebody tries to create a new model element,
and a model element with the same name is already in the model.
|
| InfiniteRepetition |
Exception that is thrown when internally, a StackOverflowException occurs.
|
| MissingUseCaseStepPart |
Exception that is thrown when the model runner tries to to access a certain
part of a step, but that part does not exist.
|
| MoreThanOneStepCanReact |
Exception that is thrown when more than one step could react to a certain
message.
|
| NoSuchElementInModel |
Exception that is thrown when an element should be in the model because it is
referenced from somewhere, but it can't be found.
|