Quick Links:
ROOT Homepage
Class Index
Class Hierarchy
Search
Source:
header file
viewVC header
Sections:
class description
function members
data members
class charts
ROOT
»
CINT
»
REFLEX
»
Reflex::RuntimeError
class Reflex::RuntimeError: public exception
Function Members (Methods)
public:
virtual
~RuntimeError
()
Reflex
::
RuntimeError
&
operator=
(
const
Reflex
::
RuntimeError
&)
Reflex
::
RuntimeError
RuntimeError
(
const
string& msg)
Reflex
::
RuntimeError
RuntimeError
(
const
Reflex
::
RuntimeError
&)
virtual
const
char
*
what
()
const
Data Members
public:
string
fMsg
Class Charts
Inheritance
Inherited Members
Includes
Libraries
Function documentation
RuntimeError
(
const
std::string& msg)
{ }
~RuntimeError
()
{}
const
char
*
what
() const
{
return
fMsg
.c_str();}