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

#include <PoPI.hpp>

Inheritance diagram for PoPI::Exception:

Public Member Functions

 Exception (std::string const &a_message)

Detailed Description

Exception class for all PoPI exceptions thrown by PoPI functions.

Definition at line 195 of file PoPI.hpp.

Constructor & Destructor Documentation

◆ Exception()

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

Definition at line 494 of file PoPI_misc.cc.

494 :
495 std::runtime_error( a_message ) {
496
497}

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