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

Public Member Functions

 FormatErrorException (const std::string &message)
 

Detailed Description

Definition at line 105 of file Exceptions.h.

Constructor & Destructor Documentation

◆ FormatErrorException()

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

Definition at line 93 of file Exceptions.cpp.

93  : std::runtime_error(message)
94 {
95  LogExceptionMessage(message);
96 }
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: