Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4InvalidUICommand Class Reference
Inheritance diagram for G4InvalidUICommand:
Collaboration diagram for G4InvalidUICommand:

Public Member Functions

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

Detailed Description

Definition at line 40 of file G4GenericMessenger.cc.

Constructor & Destructor Documentation

G4InvalidUICommand::G4InvalidUICommand ( )
inline

Definition at line 42 of file G4GenericMessenger.cc.

42 {}

Member Function Documentation

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

Definition at line 43 of file G4GenericMessenger.cc.

43  {
44  return "G4InvalidUICommand: command does not exists or is of invalid type";
45  }

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