Geant4-11
Public Member Functions | Private Attributes
CLHEP::DoubConvException Class Reference

#include <DoubConv.h>

Inheritance diagram for CLHEP::DoubConvException:

Public Member Functions

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

Private Attributes

std::string msg
 

Detailed Description

Definition at line 19 of file DoubConv.h.

Constructor & Destructor Documentation

◆ DoubConvException()

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

Definition at line 21 of file DoubConv.h.

21: msg(w) {}

◆ ~DoubConvException()

CLHEP::DoubConvException::~DoubConvException ( )
throw (
)
inline

Definition at line 22 of file DoubConv.h.

22{}

Member Function Documentation

◆ what()

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

Definition at line 23 of file DoubConv.h.

23{ return msg.c_str(); }

References msg.

Field Documentation

◆ msg

std::string CLHEP::DoubConvException::msg
private

Definition at line 25 of file DoubConv.h.

Referenced by what().


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