Class SetupFailure

Inheritance Relationships

Base Type

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