CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
l1t::DataAlreadyPresentException Class Reference

#include <Exception.h>

Inheritance diagram for l1t::DataAlreadyPresentException:
cond::Exception cms::Exception

Public Member Functions

 DataAlreadyPresentException (const std::string &message)
 
virtual ~DataAlreadyPresentException () throw ()
 
- Public Member Functions inherited from cond::Exception
 Exception (const std::string &message)
 
virtual ~Exception () throw ()
 
- Public Member Functions inherited from cms::Exception
void addAdditionalInfo (std::string const &info)
 
void addAdditionalInfo (char const *info)
 
void addContext (std::string const &context)
 
void addContext (char const *context)
 
std::list< std::string > const & additionalInfo () const
 
bool alreadyPrinted () const
 
void append (Exception const &another)
 
void append (std::string const &more_information)
 
void append (char const *more_information)
 
std::string const & category () const
 
void clearAdditionalInfo ()
 
void clearContext ()
 
void clearMessage ()
 
virtual Exceptionclone () const
 
std::list< std::string > const & context () const
 
 Exception (std::string const &aCategory)
 
 Exception (char const *aCategory)
 
 Exception (std::string const &aCategory, std::string const &message)
 
 Exception (char const *aCategory, std::string const &message)
 
 Exception (std::string const &aCategory, char const *message)
 
 Exception (char const *aCategory, char const *message)
 
 Exception (std::string const &aCategory, std::string const &message, Exception const &another)
 
 Exception (Exception const &other)
 
virtual std::string explainSelf () const
 
std::list< std::string > history () const
 
std::string message () const
 
Exceptionoperator= (Exception const &other)
 
void raise ()
 
int returnCode () const
 
void setAdditionalInfo (std::list< std::string > const &info)
 
void setAlreadyPrinted (bool value)
 
void setContext (std::list< std::string > const &context)
 
void swap (Exception &other)
 
virtual char const * what () const throw ()
 

Detailed Description

Definition at line 32 of file Exception.h.

Constructor & Destructor Documentation

l1t::DataAlreadyPresentException::DataAlreadyPresentException ( const std::string &  message)
explicit

Definition at line 31 of file Exception.cc.

34 {
35 }
std::string message() const
Definition: Exception.cc:187
l1t::DataAlreadyPresentException::~DataAlreadyPresentException ( )
throw (
)
virtual

Definition at line 42 of file Exception.cc.

43 {
44 }