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::Warning Class Reference

#include <CMSexception.h>

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

Public Member Functions

 Warning (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 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 ()
 
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)
 
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 ~Exception () throw ()
 

Detailed Description

Definition at line 89 of file CMSexception.h.

Constructor & Destructor Documentation

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

Definition at line 91 of file CMSexception.h.

91 : Error("Warning",mess){}
Error(const std::string &level, const std::string &mess)