ansys.rocky.core.exceptions#

Module where the exceptions of the project are contained.

Module Contents#

exception ansys.rocky.core.exceptions.PyRockyError#

Bases: Exception

Provides the generic exception for the PyRocky API.

exception ansys.rocky.core.exceptions.RockyLaunchError#

Bases: PyRockyError

Provides the error raised when problems occurs during launch of the Rocky app.

exception ansys.rocky.core.exceptions.RockyApiError#

Bases: Exception

Provides the Exception class for an error generated in the API layer.