CMS 3D CMS Logo

List of all members | Public Member Functions
lumi::noStableBeamException Class Reference

#include <Exception.h>

Inheritance diagram for lumi::noStableBeamException:
lumi::Exception

Public Member Functions

 noStableBeamException (const std::string &message, const std::string &methodname, const std::string &moduleName)
 
 ~noStableBeamException () override throw ()
 
- Public Member Functions inherited from lumi::Exception
 Exception (const std::string &message, const std::string &methodname, const std::string &moduleName)
 
char const * what () const override throw ()
 
 ~Exception () override throw ()
 

Detailed Description

Definition at line 28 of file Exception.h.

Constructor & Destructor Documentation

◆ noStableBeamException()

lumi::noStableBeamException::noStableBeamException ( const std::string &  message,
const std::string &  methodname,
const std::string &  moduleName 
)

Definition at line 10 of file Exception.cc.

13  : lumi::Exception("has no stable beam :" + message, methodName, moduleName) {}

◆ ~noStableBeamException()

lumi::noStableBeamException::~noStableBeamException ( )
throw (
)
inlineoverride

Definition at line 31 of file Exception.h.

31 {}