Gaudi::PluginService::Exception Class Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/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 (std::string msg)
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 
 Exception (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 ( std::string  msg)

Definition at line 91 of file PluginService.cpp.

91 : m_msg(std::move(msg)) {}
Exception::~Exception ( )
throw (
)
virtual

Definition at line 92 of file PluginService.cpp.

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

Member Function Documentation

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

Definition at line 93 of file PluginService.cpp.

93  {
94  return m_msg.c_str();
95  }
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: