Gaudi::PluginService::Exception Class Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/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.

Exception::~Exception ( )
throw (
)
virtual

Definition at line 113 of file PluginService.cpp.

113 {}
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.

114  {
115  return m_msg.c_str();
116  }
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: