| Class | Description |
|---|---|
| Behavior |
Base class for agent behaviors.
|
| BehaviorExceptions |
Class container for exceptions related to behaviors.
|
| Exception | Description |
|---|---|
| BehaviorExceptions.AgentNotIncludedException | |
| BehaviorExceptions.BehaviorException |
This exception is thrown if it has been tried to instantiate a behavior
with illegal arguments.
|
| BehaviorExceptions.NullBehaviorException | |
| BehaviorExceptions.TargetNotFoundException |
This exception is thrown if the behavior tries to call null target.
|