C API Documentation
Public Member Functions | List of all members
rr::UninitializedValueException Class Reference

Thrown whenever an uninitialized value is encountered, see https://github.com/sys-bio/roadrunner/issues/180. More...

#include <rrException.h>

Inheritance diagram for rr::UninitializedValueException:
rr::Exception

Public Member Functions

 UninitializedValueException (const string &msg)
 
- Public Member Functions inherited from rr::Exception
 Exception (const string &desc)
 
virtual const char * what () const throw ()
 
string Message () const
 
string getMessage () const
 

Additional Inherited Members

- Protected Attributes inherited from rr::Exception
string mMessage
 

Detailed Description

Thrown whenever an uninitialized value is encountered, see https://github.com/sys-bio/roadrunner/issues/180.

Author
JKM

The documentation for this class was generated from the following file: