.. _exceptions: ``exceptions`` ================= Specific exceptions that can be raised by the TudatPy library. .. toctree:: :maxdepth: 2 :caption: Modules spice_exceptions Classes --------- .. currentmodule:: tudatpy.exceptions .. autosummary:: TudatError InterpolationOutOfBoundsError LagrangeInterpolationOutOfBoundsError MaximumIterationsExceededError .. autoexception:: tudatpy.exceptions.TudatError :members: :show-inheritance: .. autoexception:: tudatpy.exceptions.InterpolationOutOfBoundsError :members: :show-inheritance: .. autoexception:: tudatpy.exceptions.LagrangeInterpolationOutOfBoundsError :members: :show-inheritance: .. autoexception:: tudatpy.exceptions.MaximumIterationsExceededError :members: :show-inheritance: .. autoexception:: tudatpy.exceptions.StepSizeViolationError :members: :show-inheritance: .. autoexception:: tudatpy.exceptions.MinimumStepSizeViolatedError :members: :show-inheritance: