Class CvodeException
Defined in File exception.h
Inheritance Relationships
Base Type
public amici::AmiException
(Class AmiException)
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
-
CvodeException(int error_code, char const *function, char const *extra = nullptr)