Public Member Functions | List of all members
EDepSim::Exception Class Reference

#include <EDepSimException.hh>

Inheritance diagram for EDepSim::Exception:
EDepSim::NoMoreEvents

Public Member Functions

 Exception ()
 
virtual ~Exception () throw ()
 
const char * what (void) const throw ()
 

Detailed Description

Definition at line 9 of file EDepSimException.hh.

Constructor & Destructor Documentation

EDepSim::Exception::Exception ( )
inline

Definition at line 11 of file EDepSimException.hh.

11 {}
virtual EDepSim::Exception::~Exception ( )
throw (
)
inlinevirtual

Definition at line 12 of file EDepSimException.hh.

12 {}

Member Function Documentation

const char* EDepSim::Exception::what ( void  ) const
throw (
)
inline

Definition at line 13 of file EDepSimException.hh.

13 {return "EDepSim::Exception";}

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