The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 65 of file PluginService.h.

Constructor & Destructor Documentation

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

Definition at line 117 of file PluginService.cpp.

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

Definition at line 118 of file PluginService.cpp.

118 {}

Member Function Documentation

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

Definition at line 119 of file PluginService.cpp.

119  {
120  return m_msg.c_str();
121  }
T c_str(T...args)

Member Data Documentation

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

Definition at line 71 of file PluginService.h.


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