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

Public Member Functions

 DomainErrorException (const std::string &message)
 

Detailed Description

Definition at line 87 of file Exceptions.h.

Constructor & Destructor Documentation

◆ DomainErrorException()

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

Definition at line 77 of file Exceptions.cpp.

77  : std::domain_error(message)
78 {
79  LogExceptionMessage(message);
80 }
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: