CMS 3D CMS Logo

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

#include <Exception.h>

Inheritance diagram for popcon::Exception:
cms::Exception

Public Member Functions

 Exception (const std::string &message)
 
 ~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 7 of file Exception.h.

Constructor & Destructor Documentation

popcon::Exception::Exception ( const std::string &  message)
inlineexplicit

Definition at line 9 of file Exception.h.

9 :cms::Exception("PopCon",message){}
string message
Definition: argparse.py:126
popcon::Exception::~Exception ( )
throw (
)
inlinevirtual

Reimplemented from cms::Exception.

Definition at line 10 of file Exception.h.

10 {}