Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CLHEP::DoubConvException Class Reference

#include <DoubConv.h>

Inheritance diagram for CLHEP::DoubConvException:
Collaboration diagram for CLHEP::DoubConvException:

Public Member Functions

 DoubConvException (const std::string &w) throw ()
 
 ~DoubConvException () throw ()
 
const char * what () const throw ()
 

Detailed Description

Definition at line 20 of file DoubConv.h.

Constructor & Destructor Documentation

CLHEP::DoubConvException::DoubConvException ( const std::string &  w)
throw (
)
inline

Definition at line 22 of file DoubConv.h.

22 : msg(w) {}
CLHEP::DoubConvException::~DoubConvException ( )
throw (
)
inline

Definition at line 23 of file DoubConv.h.

23 {}

Member Function Documentation

const char* CLHEP::DoubConvException::what ( ) const
throw (
)
inline

Definition at line 24 of file DoubConv.h.

24 { return msg.c_str(); }

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