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