CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | 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

Public Member Functions

 Exception (const std::string &message)
 
virtual ~Exception () throw ()
 
- Public Member Functions inherited from cms::Exception
void append (Exception const &another)
 
void append (std::string const &more_information)
 
void append (char const *more_information)
 
std::string category () const
 
 Exception (Category const &category)
 
 Exception (Category const &category, std::string const &message)
 
 Exception (Category const &category, std::string const &message, Exception const &another)
 
 Exception (Exception const &other)
 
virtual std::string explainSelf () const
 
CategoryList const & history () const
 
void raise ()
 
std::string rootCause () const
 
virtual char const * what () const throw ()
 

Additional Inherited Members

- Public Types inherited from cms::Exception
typedef std::string Category
 
typedef std::list< CategoryCategoryList
 

Detailed Description

Definition at line 9 of file Exception.h.

Constructor & Destructor Documentation

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

Definition at line 2 of file Exception.cc.

2 :cms::Exception("Conditions",message){}
string message
Definition: argparse.py:126
Exception::~Exception ( )
throw (
)
virtual

Reimplemented from cms::Exception.

Definition at line 3 of file Exception.cc.

3 {}