rrException

class Exception : public exception

The RoadRunner exception class.

Subclassed by rr::CoreException, rr::CVODEException, rr::DidNotConvergeException, rr::InvalidKeyException, rr::KinsolException, rr::NLEQException, rr::NOMException, rr::NotImplementedException, rr::NullPointerException, rr::ScannerException, rr::UninitializedValueException

Public Functions

Exception(const std::string &desc)
virtual ~Exception()
virtual const char *what() const
std::string Message() const
std::string getMessage() const

Protected Attributes

std::string mMessage