Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
GIDI::Exception Class Reference

#include <GIDI.hpp>

Inheritance diagram for GIDI::Exception:

Public Member Functions

 Exception (std::string const &a_message)

Detailed Description

Exception class for all GIDI exceptions thrown by GIDI functions.

Definition at line 502 of file GIDI.hpp.

Constructor & Destructor Documentation

◆ Exception()

GIDI::Exception::Exception ( std::string const & a_message)
explicit
Parameters
a_message[in] The message that the function what() will return.

Definition at line 26 of file GIDI_exceptions.cc.

26 :
27 std::runtime_error( a_message ) {
28
29}

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