Geant4 10.7.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 41 of file G4GenericMessenger.cc.

Constructor & Destructor Documentation

◆ G4InvalidUICommand()

G4InvalidUICommand::G4InvalidUICommand ( )
inline

Definition at line 45 of file G4GenericMessenger.cc.

45{}

Member Function Documentation

◆ what()

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

Definition at line 46 of file G4GenericMessenger.cc.

47 {
48 return "G4InvalidUICommand: command does not exist or is of invalid type";
49 }

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