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

#include <LUPI.hpp>

Inheritance diagram for LUPI::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 88 of file LUPI.hpp.

Constructor & Destructor Documentation

◆ Exception()

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

Definition at line 51 of file LUPI_misc.cc.

51 :
52 std::runtime_error( a_message ) {
53
54}

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