Geant4 11.1.1
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 52 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 56 of file G4GenericMessenger.cc.

57 {
58 return "G4InvalidUICommand: command does not exist or is of invalid type";
59 }

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