public class BehaviorExceptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BehaviorExceptions.AgentNotIncludedException |
static class |
BehaviorExceptions.BehaviorException
This exception is thrown if it has been tried to instantiate a behavior
with illegal arguments.
|
static class |
BehaviorExceptions.NullBehaviorException |
static class |
BehaviorExceptions.TargetNotFoundException
This exception is thrown if the behavior tries to call null target.
|
| Constructor and Description |
|---|
BehaviorExceptions() |