Common base class. More...
#include <VertexException.h>
Public Member Functions | |
VertexException () throw () | |
VertexException (const std::string &message) throw () | |
virtual const char * | what () const throw () |
virtual | ~VertexException () throw () |
Private Attributes | |
std::string | theMessage |
Common base class.
Exceptions thrown from RecoVertex dependent subsystems.
Definition at line 12 of file VertexException.h.
|
inline |
Definition at line 14 of file VertexException.h.
|
inline |
Definition at line 15 of file VertexException.h.
|
inlinevirtual |
Definition at line 16 of file VertexException.h.
|
inlinevirtual |
Definition at line 17 of file VertexException.h.
References theMessage.
Referenced by NuclearVertexBuilder::FillVertexWithAdaptVtxFitter(), and ReconstructorFromFitter::vertices().
|
private |
Definition at line 19 of file VertexException.h.
Referenced by what().