CMS 3D CMS Logo

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

Common base class. More...

#include <DetLayerException.h>

Inheritance diagram for DetLayerException:
cms::Exception

Public Member Functions

 DetLayerException (const std::string &message) throw ()
 
virtual ~DetLayerException () 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 ()
 
virtual ~Exception () throw ()
 

Additional Inherited Members

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

Detailed Description

Common base class.

Exceptions thrown from TrackingTools/DetLayers and dependent subsystems.

Date:
Revision:

Definition at line 17 of file DetLayerException.h.

Constructor & Destructor Documentation

DetLayerException::DetLayerException ( const std::string &  message)
throw (
)
inline

Definition at line 19 of file DetLayerException.h.

string message
Definition: argparse.py:126
virtual DetLayerException::~DetLayerException ( )
throw (
)
inlinevirtual

Definition at line 20 of file DetLayerException.h.

20 {}