fourdst::libcomposition v1.5.2
Robust atomic species information library
|
Exception thrown when attempting to initialize a composition entry that has already been initialized. More...
#include <exceptions_composition.h>
Private Member Functions | |
CompositionEntryError (const std::string &message) | |
Constructs a CompositionEntryError with an error message. | |
Additional Inherited Members | |
![]() | |
CompositionEntryError (const std::string &message) | |
Constructs a CompositionEntryError with an error message. | |
const char * | what () const noexcept override |
Returns the error message. | |
![]() | |
std::string | m_message |
The error message. | |
Exception thrown when attempting to initialize a composition entry that has already been initialized.
Definition at line 135 of file exceptions_composition.h.
|
inlineexplicitprivate |
Constructs a CompositionEntryError with an error message.
message | The error message. |
Definition at line 55 of file exceptions_composition.h.