BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
Exceptions::RuntimeErrorException Class Reference
Inheritance diagram for Exceptions::RuntimeErrorException:
Collaboration diagram for Exceptions::RuntimeErrorException:

Public Member Functions

 RuntimeErrorException (const std::string &message)
 

Detailed Description

Definition at line 75 of file Exceptions.h.

Constructor & Destructor Documentation

◆ RuntimeErrorException()

Exceptions::RuntimeErrorException::RuntimeErrorException ( const std::string &  message)

Definition at line 65 of file Exceptions.cpp.

66  : std::runtime_error(message)
67 {
68  LogExceptionMessage(message);
69 }
void LogExceptionMessage(const std::string &)
Definition: Exceptions.cpp:21

References Exceptions::LogExceptionMessage().

Here is the call graph for this function:

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