Exception thrown when a fitting function changes number of parameters during fit.
More...
#include <Exception.h>
Exception thrown when a fitting function changes number of parameters during fit.
Definition at line 336 of file Exception.h.
◆ FitSizeWarning() [1/2]
Mantid::Kernel::Exception::FitSizeWarning::FitSizeWarning |
( |
size_t |
oldSize | ) |
|
|
explicit |
Constructor.
- Parameters
-
oldSize | :: Old number of free fitting parameters |
Definition at line 325 of file Exception.cpp.
◆ FitSizeWarning() [2/2]
Mantid::Kernel::Exception::FitSizeWarning::FitSizeWarning |
( |
size_t |
oldSize, |
|
|
size_t |
newSize |
|
) |
| |
Constructor.
- Parameters
-
oldSize | :: Old number of free fitting parameters |
newSize | :: New number of free fitting parameters |
Definition at line 332 of file Exception.cpp.
◆ what()
const char * Mantid::Kernel::Exception::FitSizeWarning::what |
( |
| ) |
const |
|
overridenoexcept |
◆ m_message
std::string Mantid::Kernel::Exception::FitSizeWarning::m_message |
|
private |
The documentation for this class was generated from the following files: