Gaudi::PluginService::Exception Class Reference

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-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 116 of file PluginService.cpp.

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

Definition at line 117 of file PluginService.cpp.

117 {}
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 118 of file PluginService.cpp.

118  {
119  return m_msg.c_str();
120  }
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: