fastoad.openmdao.exceptions module
Module for custom Exception classes linked to OpenMDAO
- exception fastoad.openmdao.exceptions.FASTNanInInputsError(input_file_path: [<class 'str'>, <class 'os.PathLike'>], nan_variable_names: ~typing.Iterable[str])[source]
Bases:
FastErrorRaised if NaN values are read in input data file.
- add_note()
Exception.add_note(note) – add a note to the exception
- args
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.