All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Gaudi::PluginService::Exception Class Reference

#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/Gaudi/PluginService.h>

Inheritance diagram for Gaudi::PluginService::Exception:
Collaboration diagram for Gaudi::PluginService::Exception:

Public Member Functions

 Exception (const std::string &msg)
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 
 Exception (const std::string &msg)
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

std::string m_msg
 

Detailed Description

Definition at line 65 of file PluginService.h.

Constructor & Destructor Documentation

Exception::Exception ( const std::string &  msg)

Definition at line 112 of file PluginService.cpp.

: m_msg(msg) {}
Exception::~Exception ( ) throw ()
virtual

Definition at line 113 of file PluginService.cpp.

{}
Gaudi::PluginService::Exception::Exception ( const std::string &  msg)
virtual Gaudi::PluginService::Exception::~Exception ( ) throw ()
virtual

Member Function Documentation

const char * Exception::what ( ) const throw ()
virtual

Definition at line 114 of file PluginService.cpp.

{
return m_msg.c_str();
}
virtual const char* Gaudi::PluginService::Exception::what ( ) const throw ()
virtual

Member Data Documentation

std::string Exception::m_msg
private

Definition at line 71 of file PluginService.h.


The documentation for this class was generated from the following files: