CMS 3D CMS Logo

Public Member Functions

cond::RefException Class Reference

#include <Exception.h>

Inheritance diagram for cond::RefException:
cond::Exception cms::Exception

List of all members.

Public Member Functions

 RefException (const std::string &from, const std::string &msg)
virtual ~RefException () throw ()

Detailed Description

Definition at line 21 of file Exception.h.


Constructor & Destructor Documentation

cond::RefException::RefException ( const std::string &  from,
const std::string &  msg 
)

Definition at line 10 of file Exception.cc.

                                                                          :
  cond::Exception(std::string("Error in building cond::Ref ")+from+" "+msg){}
virtual cond::RefException::~RefException ( ) throw () [inline, virtual]

Definition at line 25 of file Exception.h.

{}