Class CvodeException¶
Defined in File exception.h
Inheritance Relationships¶
Base Type¶
public amici::AmiException(Class AmiException)
Class Documentation¶
-
class
amici::CvodeException: public amici::AmiException¶ cvode exception handler class
Public Functions
-
CvodeException(int error_code, const char *function)¶ Constructor.
- Parameters
error_code: error code returned by cvode functionfunction: cvode function name
-