Common base class.
More...
#include <VertexException.h>
Common base class.
Exceptions thrown from RecoVertex dependent subsystems.
Definition at line 12 of file VertexException.h.
◆ VertexException() [1/2]
VertexException::VertexException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ VertexException() [2/2]
VertexException::VertexException |
( |
const std::string & |
message | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ ~VertexException()
VertexException::~VertexException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlineoverride |
◆ what()
const char* VertexException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlineoverride |
◆ theMessage
std::string VertexException::theMessage |
|
private |