Custom exceptions

exception casex.exceptions.HorizontalSmallerThanVerticalVelocityError[source]

The horizontal velocity is smaller than the vertical velocity.

exception casex.exceptions.InvalidAircraftError[source]

The aircraft is not of type AircraftSpecs.

exception casex.exceptions.NegativeHorizontalVelocityError[source]

The horizontal velocity is negative.

exception casex.exceptions.OnlyOneVetorInputError[source]

There are more than one vector input, which is not supported.