Common base class. More...
#include <MeasurementDetException.h>
Public Member Functions | |
MeasurementDetException (const std::string &message) throw () | |
virtual | ~MeasurementDetException () throw () |
Common base class.
Exceptions thrown from TrajectoryParametrization and dependent subsystems.
Definition at line 12 of file MeasurementDetException.h.
MeasurementDetException::MeasurementDetException | ( | const std::string & | message | ) | throw () [inline] |
Definition at line 14 of file MeasurementDetException.h.
: cms::Exception(message) {}
virtual MeasurementDetException::~MeasurementDetException | ( | ) | throw () [inline, virtual] |
Definition at line 15 of file MeasurementDetException.h.
{}