Exceptions¶
Exceptions returned from prog_model fall into a few custom exception types, defined below. Catching any Prognostics Model Exception can be acomplished using try-except ProgModelException. Alternatively, a user can catch a specific exception type.
Prognostics Model Exceptions¶
-
exception
prog_models.
ProgModelException
¶ Base Prognostics Model Exception
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-