Generic (base) exception class. More...
#include <LArUtilException.hh>
Inherits std::exception.
Public Member Functions | |
| LArUtilException (std::string msg="") | |
| virtual | ~LArUtilException () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | _msg |
Generic (base) exception class.
Definition at line 25 of file LArUtilException.hh.
| larutil::LArUtilException::LArUtilException | ( | std::string | msg = "" |
) | [inline] |
Definition at line 29 of file LArUtilException.hh.
References _msg.
| virtual larutil::LArUtilException::~LArUtilException | ( | ) | throw () [inline, virtual] |
Definition at line 36 of file LArUtilException.hh.
| virtual const char* larutil::LArUtilException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 37 of file LArUtilException.hh.
References _msg.
Referenced by larutil::LArUtilBase::LoadData().
00038 { return _msg.c_str(); }
std::string larutil::LArUtilException::_msg [private] |
Definition at line 42 of file LArUtilException.hh.
Referenced by LArUtilException(), and what().
1.6.1