All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 (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

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

Definition at line 112 of file PluginService.cpp.

Gaudi::PluginService::Exception::~Exception ( )
throw (
)
virtual

Definition at line 113 of file PluginService.cpp.

113 {}

Member Function Documentation

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

Definition at line 114 of file PluginService.cpp.

114  {
115  return m_msg.c_str();
116  }

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: