fastoad.models.performances.mission.exceptions module

Exceptions for mission package.

exception fastoad.models.performances.mission.exceptions.FastFlightSegmentUnexpectedKeywordArgument(bad_keyword)[source]

Bases: fastoad.exceptions.FastUnexpectedKeywordArgument

Raised when a segment is instantiated with an incorrect keyword argument.

exception fastoad.models.performances.mission.exceptions.FastFlightPointUnexpectedKeywordArgument(bad_keyword)[source]

Bases: fastoad.exceptions.FastUnexpectedKeywordArgument

Raised when a FlightPoint is instantiated with an incorrect keyword argument.

exception fastoad.models.performances.mission.exceptions.FastFlightSegmentIncompleteFlightPoint[source]

Bases: fastoad.exceptions.FastError

Raised when a segment computation encounters a FlightPoint instance without needed parameters.