#include <ZMxpv.h>
Definition at line 138 of file ZMxpv.h.
◆ CLHEP_vector_exception()
CLHEP_vector_exception::CLHEP_vector_exception |
( |
const std::string & |
s1 | ) |
|
throw | ( | |
| ) | | |
◆ ~CLHEP_vector_exception()
virtual CLHEP_vector_exception::~CLHEP_vector_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ name()
virtual const char * CLHEP_vector_exception::name |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
pure virtual |
◆ what()
const char * CLHEP_vector_exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
Definition at line 32 of file ZMxpv.cc.
32 {
33 static std::string answer;
35 answer += ": ";
36 answer += message;
37 return answer.c_str();
38}
virtual const char * name() const =0
The documentation for this class was generated from the following files: