Class SetupFailure
Defined in File exception.h
Inheritance Relationships
Base Type
public amici::AmiException
(Class AmiException)
Class Documentation
-
class SetupFailure : public amici::AmiException
Setup failure exception.
This exception should be thrown when the solver setup failed for this exception we can assume that we cannot recover from the exception and an error will be thrown
Public Functions
-
explicit SetupFailure(char const *fmt, ...)
Constructor with printf style interface.
- Parameters:
fmt – error message with printf format
... – printf formatting variables
-
explicit SetupFailure(char const *fmt, ...)