#include <RecoVertex/VertexPrimitives/interface/VertexException.h>
Public Member Functions | |
VertexException (const std::string &message) throw () | |
VertexException () throw () | |
virtual const char * | what () const throw () |
virtual | ~VertexException () throw () |
Private Attributes | |
std::string | theMessage |
Common base class
Definition at line 12 of file VertexException.h.
VertexException::VertexException | ( | ) | throw () [inline] |
VertexException::VertexException | ( | const std::string & | message | ) | throw () [inline] |
virtual VertexException::~VertexException | ( | ) | throw () [inline, virtual] |
virtual const char* VertexException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 17 of file VertexException.h.
References theMessage.
Referenced by NuclearVertexBuilder::FillVertexWithAdaptVtxFitter().
00017 { return theMessage.c_str();}
std::string VertexException::theMessage [private] |