#include <OpT0FinderException.h>
Public Member Functions | |
OpT0FinderException (const std::string &msg="") | |
Default ctor w/ error message input (optional) More... | |
virtual | ~OpT0FinderException () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
std::string | _msg |
Error message. More... | |
Generic (base) exception class for OpT0Finder package
Definition at line 25 of file OpT0FinderException.h.
flashmatch::OpT0FinderException::OpT0FinderException | ( | const std::string & | msg = "" | ) |
Default ctor w/ error message input (optional)
Definition at line 8 of file OpT0FinderException.cxx.
|
inlinevirtual |
Definition at line 31 of file OpT0FinderException.h.
|
virtual |
Definition at line 16 of file OpT0FinderException.cxx.
|
private |
Error message.
Definition at line 37 of file OpT0FinderException.h.