ROOT logo
ROOT » CINT » REFLEX » Reflex::RuntimeError

class Reflex::RuntimeError: public exception

Function Members (Methods)

public:
virtual~RuntimeError()
Reflex::RuntimeError&operator=(const Reflex::RuntimeError&)
Reflex::RuntimeErrorRuntimeError(const string& msg)
Reflex::RuntimeErrorRuntimeError(const Reflex::RuntimeError&)
virtual const char*what() const

Data Members

public:
stringfMsg

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

RuntimeError(const std::string & msg)
{}
~RuntimeError()
{}
what() const
{ return fMsg.c_str(); }