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