public class SteeringExceptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SteeringExceptions.IllegalIntervalException
This exception is thrown when value is not set in the [0, 1] interval.
|
static class |
SteeringExceptions.InvalidAreaException |
static class |
SteeringExceptions.NegativeValueException
This exception is thrown when negative value is given to steering
behaviour.
|
static class |
SteeringExceptions.PathFollowInsufficientPointsException |
static class |
SteeringExceptions.SteeringBehaviorException
Main generic exception related for all illegal arguments for steering
behaviors.
|
static class |
SteeringExceptions.WallApproachWithoutWallException |
| Constructor and Description |
|---|
SteeringExceptions() |