roadrunner  2.6.0
Fast simulator for SBML models
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 std::string &msg)
 
- Public Member Functions inherited from rr::Exception
 Exception (const std::string &desc)
 
virtual const char * what () const throw ()
 
std::string Message () const
 
std::string getMessage () const
 

Additional Inherited Members

- Protected Attributes inherited from rr::Exception
std::string mMessage
 

Detailed Description

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


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