CMS 3D CMS Logo

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

#include <CMSexception.h>

Inheritance diagram for Capri::Severe:
Capri::Error Genexception BaseGenexception CMSexception cms::Exception

Public Member Functions

 Severe (const std::string &mess) throw ()
 
- Public Member Functions inherited from Capri::Error
 Error (const std::string &level, const std::string &mess) throw ()
 
- Public Member Functions inherited from Genexception
void add (Genexception *in) throw ()
 
virtual cms::Exceptionclone (void) const
 
void dump (std::ostream &o, bool it=false) const throw ()
 
 Genexception () throw ()
 
 Genexception (const std::string &mess) throw ()
 
virtual void rethrow (void)
 
const std::string & trace () const throw ()
 
virtual ~Genexception () throw ()
 
- Public Member Functions inherited from BaseGenexception
 BaseGenexception () throw ()
 
 BaseGenexception (const std::string &mess) throw ()
 
virtual const char * what () const throw ()
 
virtual ~BaseGenexception () throw ()
 
- Public Member Functions inherited from CMSexception
 CMSexception () throw ()
 
virtual std::string explainSelf (void) const
 
virtual ~CMSexception () 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)
 
CategoryList const & history () const
 
void raise ()
 
std::string rootCause () const
 
virtual ~Exception () throw ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 94 of file CMSexception.h.

Constructor & Destructor Documentation

Capri::Severe::Severe ( const std::string &  mess)
throw (
)
inlineexplicit

Definition at line 96 of file CMSexception.h.

96 : Error("Severe",mess){}
Error(const std::string &level, const std::string &mess)