![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "UtilException.h"
Public Member Functions | |
| UtilException (std::string msg="") | |
| virtual | ~UtilException () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | _msg |
Generic (base) exception class
Definition at line 25 of file UtilException.h.
|
inline |
Definition at line 29 of file UtilException.h.
References _msg.
|
inlinevirtual | |||||||||||||
Definition at line 36 of file UtilException.h.
|
inlinevirtual | |||||||||||||
|
private |
Definition at line 42 of file UtilException.h.
Referenced by UtilException(), and what().