The ``exceptions.py`` module
============================
.. py:module:: ansys.health.heart.exceptions
Summary
-------
.. py:currentmodule:: exceptions
.. tab-set::
.. tab-item:: Exceptions
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~ansys.health.heart.exceptions.LSDYNATerminationError`
- Exception raised when ``Normal Termination`` is not found in the LS-DYNA logs.
* - :py:obj:`~ansys.health.heart.exceptions.DatabaseNotSupportedError`
- Exception raised when the database is not supported.
* - :py:obj:`~ansys.health.heart.exceptions.SupportedDPFServerNotFoundError`
- Exception raised when no supported DPF server is found.
* - :py:obj:`~ansys.health.heart.exceptions.SupportedFluentVersionNotFoundError`
- Exception raised when no supported Fluent version is found.
* - :py:obj:`~ansys.health.heart.exceptions.InvalidInputModelTypeError`
- Exception raised when the input heart model type is invalid.
* - :py:obj:`~ansys.health.heart.exceptions.InvalidHeartModelError`
- Exception raised when the heart model is invalid.
* - :py:obj:`~ansys.health.heart.exceptions.LSDYNANotFoundError`
- Exception raised when the LS-DYNA executable file is not found.
* - :py:obj:`~ansys.health.heart.exceptions.MPIProgamNotFoundError`
- Exception raised when MPI program is not found.
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
LSDYNATerminationError
DatabaseNotSupportedError
SupportedDPFServerNotFoundError
SupportedFluentVersionNotFoundError
InvalidInputModelTypeError
InvalidHeartModelError
LSDYNANotFoundError
MPIProgamNotFoundError
Description
-----------
Custom exceptions for PyAnsys Heart.
..
!! processed by numpydoc !!