Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4BadArgument Class Reference

#include <G4AnyMethod.hh>

+ Inheritance diagram for G4BadArgument:

Public Member Functions

 G4BadArgument ()=default
 
const char * what () const override throw ()
 

Detailed Description

Bad Argument exception

Definition at line 53 of file G4AnyMethod.hh.

Constructor & Destructor Documentation

◆ G4BadArgument()

G4BadArgument::G4BadArgument ( )
default

Member Function Documentation

◆ what()

const char * G4BadArgument::what ( ) const
throw (
)
inlineoverride

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: