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

Public Member Functions

 OutOfBoundsException (const std::string &message)
 

Detailed Description

Definition at line 45 of file Exceptions.h.

Constructor & Destructor Documentation

◆ OutOfBoundsException()

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

Definition at line 37 of file Exceptions.cpp.

37  : std::logic_error(message)
38 {
39  LogExceptionMessage(message);
40 }
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: