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

Public Member Functions

 FileIsBadException (const std::string &message)
 

Detailed Description

Definition at line 99 of file Exceptions.h.

Constructor & Destructor Documentation

◆ FileIsBadException()

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

Definition at line 88 of file Exceptions.cpp.

88  : std::runtime_error(message)
89 {
90  LogExceptionMessage(message);
91 }
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: