fastoad.exceptions module¶
Module for custom Exception classes
-
exception
fastoad.exceptions.FastError[source]¶ Bases:
ExceptionBase Class for exceptions related to the FAST framework.
-
exception
fastoad.exceptions.FastUnexpectedKeywordArgument(bad_keyword)[source]¶ Bases:
fastoad.exceptions.FastErrorRaised when an instantiation is done with an incorrect keyword argument.
-
exception
fastoad.exceptions.FastUnknownEngineSettingError[source]¶ Bases:
fastoad.exceptions.FastErrorRaised when an unknown engine setting code has been encountered
-
exception
fastoad.exceptions.NoSetupError[source]¶ Bases:
fastoad.exceptions.FastErrorNo Setup Error.
This exception indicates that a setup of the OpenMDAO instance has not been done, but was expected to be.
-
exception
fastoad.exceptions.XMLReadError[source]¶ Bases:
fastoad.exceptions.FastErrorXML file read Error.
This exception indicates that an error occurred when reading an xml file.