fastoad.models.performances.mission.exceptions module
Exceptions for mission package.
- exception fastoad.models.performances.mission.exceptions.FastFlightSegmentUnexpectedKeywordArgument(bad_keyword)[source]
Bases:
fastoad.exceptions.FastUnexpectedKeywordArgumentRaised when a segment is instantiated with an incorrect keyword argument.
- exception fastoad.models.performances.mission.exceptions.FastFlightPointUnexpectedKeywordArgument(bad_keyword)[source]
Bases:
fastoad.exceptions.FastUnexpectedKeywordArgumentRaised when a FlightPoint is instantiated with an incorrect keyword argument.
- exception fastoad.models.performances.mission.exceptions.FastFlightSegmentIncompleteFlightPoint[source]
Bases:
fastoad.exceptions.FastErrorRaised when a segment computation encounters a FlightPoint instance without needed parameters.
- exception fastoad.models.performances.mission.exceptions.FastUnknownMissionElementError(element_type: str)[source]
Bases:
fastoad.exceptions.FastErrorRaised when an undeclared element type is requested.