CMS 3D CMS Logo

Public Member Functions

PropagationException Class Reference

Common base class. More...

#include <PropagationExceptions.h>

Inheritance diagram for PropagationException:
cms::Exception

List of all members.

Public Member Functions

 PropagationException (const std::string &message) throw ()
virtual ~PropagationException () throw ()

Detailed Description

Common base class.

Exceptions thrown from TrajectoryParametrization and dependent subsystems.

Definition at line 14 of file PropagationExceptions.h.


Constructor & Destructor Documentation

PropagationException::PropagationException ( const std::string &  message) throw () [inline]

Definition at line 16 of file PropagationExceptions.h.

virtual PropagationException::~PropagationException ( ) throw () [inline, virtual]

Definition at line 17 of file PropagationExceptions.h.

{}