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

Public Member Functions

 NullPointerException (const std::string &message)
 

Detailed Description

Definition at line 39 of file Exceptions.h.

Constructor & Destructor Documentation

◆ NullPointerException()

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

Definition at line 32 of file Exceptions.cpp.

32  : std::logic_error(message)
33 {
34  LogExceptionMessage(message);
35 }
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: