Geant4-11
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
G4InvalidUICommand Class Reference
Inheritance diagram for G4InvalidUICommand:

Public Member Functions

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

Detailed Description

Definition at line 52 of file G4GenericMessenger.cc.

Constructor & Destructor Documentation

◆ G4InvalidUICommand()

G4InvalidUICommand::G4InvalidUICommand ( )
inline

Definition at line 56 of file G4GenericMessenger.cc.

56{}

Member Function Documentation

◆ what()

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

Definition at line 57 of file G4GenericMessenger.cc.

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

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