Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4InvalidUICommand Class Reference
+ Inheritance diagram for G4InvalidUICommand:

Public Member Functions

 G4InvalidUICommand ()
 
virtual const char * what () const throw ()
 

Detailed Description

Definition at line 39 of file G4GenericMessenger.cc.

Constructor & Destructor Documentation

◆ G4InvalidUICommand()

G4InvalidUICommand::G4InvalidUICommand ( )
inline

Definition at line 41 of file G4GenericMessenger.cc.

41{}

Member Function Documentation

◆ what()

virtual const char * G4InvalidUICommand::what ( ) const
throw (
)
inlinevirtual

Definition at line 42 of file G4GenericMessenger.cc.

42 {
43 return "G4InvalidUICommand: command does not exists or is of invalid type";
44 }

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