Gaudi Framework, version v25r1

Home   Generated: Mon Mar 24 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Gaudi::PluginService::Exception Class Reference

#include <PluginService.h>

Inheritance diagram for Gaudi::PluginService::Exception:
Inheritance graph
[legend]
Collaboration diagram for Gaudi::PluginService::Exception:
Collaboration graph
[legend]

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 136 of file PluginService.h.

Constructor & Destructor Documentation

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

Definition at line 112 of file PluginService.cpp.

: m_msg(msg) {}
Exception::~Exception ( ) throw ()
virtual

Definition at line 113 of file PluginService.cpp.

{}

Member Function Documentation

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

Definition at line 114 of file PluginService.cpp.

{
return m_msg.c_str();
}

Member Data Documentation

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

Definition at line 142 of file PluginService.h.


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

Generated at Mon Mar 24 2014 18:27:52 for Gaudi Framework, version v25r1 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004