Geant4 11.2.2
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 ()=default
 
const char * what () const override throw ()
 

Detailed Description

Definition at line 59 of file G4GenericMessenger.cc.

Constructor & Destructor Documentation

◆ G4InvalidUICommand()

G4InvalidUICommand::G4InvalidUICommand ( )
default

Member Function Documentation

◆ what()

const char * G4InvalidUICommand::what ( ) const
throw ( )
inlineoverride

Definition at line 63 of file G4GenericMessenger.cc.

64 {
65 return "G4InvalidUICommand: command does not exist or is of invalid type";
66 }

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