The Gaudi Framework  v29r0 (ff2e7097)
Gaudi::PluginService::Exception Class Reference

#include <Gaudi/PluginService.h>

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

Public Member Functions

 Exception (std::string msg)
 
 ~Exception () override throw ()
 
const char * what () const override throw ()
 
- Public Member Functions inherited from std::exception
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
exception (T...args)
 

Private Attributes

std::string m_msg
 

Detailed Description

Definition at line 67 of file PluginService.h.

Constructor & Destructor Documentation

Gaudi::PluginService::Exception::Exception ( std::string  msg)

Definition at line 125 of file PluginService.cpp.

125 : m_msg( std::move( msg ) ) {}
T move(T...args)
Gaudi::PluginService::Exception::~Exception ( )
throw (
)
override

Definition at line 126 of file PluginService.cpp.

126 {}

Member Function Documentation

const char * Gaudi::PluginService::Exception::what ( ) const
throw (
)
override

Definition at line 127 of file PluginService.cpp.

127 { return m_msg.c_str(); }
T c_str(T...args)

Member Data Documentation

std::string Gaudi::PluginService::Exception::m_msg
private

Definition at line 75 of file PluginService.h.


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