Class CvodeException

Inheritance Relationships

Base Type

Class Documentation

class CvodeException : public amici::AmiException

CVODE exception handler class.

Public Functions

CvodeException(int error_code, char const *function, char const *extra = nullptr)

Constructor.

Parameters:
  • error_code – error code returned by CVODE function

  • function – CVODE function name

  • extra – Extra text to append to error message