40#include "AbstractOdeSystemInformation.hpp"
103 EXCEPTION(
"No state variable named '" + rName +
"'.");
120 EXCEPTION(
"The index passed in must be less than the number of state variables.");
143 EXCEPTION(
"No parameter named '" + rName +
"'.");
160 EXCEPTION(
"The index passed in must be less than the number of parameters.");
188 EXCEPTION(
"No state variable, parameter, or derived quantity named '" + rName +
"'.");
222 EXCEPTION(
"Invalid index passed to GetAnyVariableUnits.");
247 EXCEPTION(
"No derived quantity named '" + rName +
"'.");
264 EXCEPTION(
"The index passed in must be less than the number of derived quantities.");
290 std::map<std::string, double>::const_iterator it =
mAttributes.find(rName);
293 EXCEPTION(
"No attribute '" + rName +
"' found.");
#define EXCEPTION(message)