Geant4-11
Public Member Functions
G4BadArgument Class Reference

#include <G4AnyMethod.hh>

Inheritance diagram for G4BadArgument:

Public Member Functions

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

Detailed Description

Bad Argument exception

Definition at line 53 of file G4AnyMethod.hh.

Constructor & Destructor Documentation

◆ G4BadArgument()

G4BadArgument::G4BadArgument ( )
inline

Definition at line 56 of file G4AnyMethod.hh.

56{}

Member Function Documentation

◆ what()

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

Definition at line 57 of file G4AnyMethod.hh.

58 {
59 return "G4BadArgument: failed operator()";
60 }

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