fourdst::libcomposition v1.5.2
Robust atomic species information library
|
Exception thrown when an operation is attempted on a composition that has not been finalized. More...
#include <exceptions_composition.h>
Private Member Functions | |
CompositionError (const std::string &message) | |
Constructs a CompositionError with an error message. | |
Additional Inherited Members | |
![]() | |
CompositionError (const std::string &message) | |
Constructs a CompositionError with an error message. | |
const char * | what () const noexcept override |
Returns the error message. | |
![]() | |
std::string | m_message |
The error message. | |
Exception thrown when an operation is attempted on a composition that has not been finalized.
Certain operations require the composition to be in a "finalized" state. This error indicates that such an operation was called prematurely.
Definition at line 74 of file exceptions_composition.h.
|
inlineexplicitprivate |
Constructs a CompositionError with an error message.
message | The error message. |
Definition at line 25 of file exceptions_composition.h.