Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups 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 39 of file G4GenericMessenger.cc.

Constructor & Destructor Documentation

G4InvalidUICommand::G4InvalidUICommand ( )
inline

Definition at line 41 of file G4GenericMessenger.cc.

41 {}

Member Function Documentation

virtual const char* G4InvalidUICommand::what ( void  ) 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: