CMS 3D CMS Logo

Public Member Functions

cond::Exception Class Reference

#include <Exception.h>

Inheritance diagram for cond::Exception:
cms::Exception cond::noDataForRequiredTimeException cond::nonExistentGlobalTagException cond::nonExistentGlobalTagInventoryException cond::RefException cond::TransactionException cond::UnregisteredRecordException cond::UtilitiesError l1t::DataAlreadyPresentException l1t::DataInvalidException

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 9 of file Exception.h.


Constructor & Destructor Documentation

Exception::Exception ( const std::string &  message) [explicit]

Reimplemented from cms::Exception.

Definition at line 2 of file Exception.cc.

:cms::Exception("Conditions",message){}
Exception::~Exception ( ) throw () [virtual]

Reimplemented from cms::Exception.

Definition at line 3 of file Exception.cc.

{}