Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4QException Class Reference

#include <G4QException.hh>

+ Inheritance diagram for G4QException:

Public Member Functions

 G4QException (G4String message="No message")
 
const G4StringGetMessage ()
 
virtual ~G4QException () throw ()
 

Detailed Description

Definition at line 43 of file G4QException.hh.

Constructor & Destructor Documentation

◆ G4QException()

G4QException::G4QException ( G4String  message = "No message")

Definition at line 38 of file G4QException.cc.

38{theMessage = message;}

◆ ~G4QException()

G4QException::~G4QException ( )
throw (
)
virtual

Definition at line 40 of file G4QException.cc.

40{}

Member Function Documentation

◆ GetMessage()

const G4String & G4QException::GetMessage ( )

Definition at line 42 of file G4QException.cc.

42{return theMessage;}

Referenced by G4QEnvironment::Fragment().


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