|
fourdst::libcomposition v2.0.1
Robust atomic species information library
|
Exception thrown when a symbol is used that has not been registered. More...
#include <exceptions_composition.h>
Private Member Functions | |
| CompositionError (const std::string &message) | |
| Constructs a CompositionError with an error message. | |
Additional Inherited Members | |
Public Member Functions inherited from fourdst::composition::exceptions::CompositionError | |
| CompositionError (const std::string &message) | |
| Constructs a CompositionError with an error message. | |
| const char * | what () const noexcept override |
| Returns the error message. | |
Protected Attributes inherited from fourdst::composition::exceptions::CompositionError | |
| std::string | m_message |
| The error message. | |
Exception thrown when a symbol is used that has not been registered.
This typically occurs when a chemical species is used that is not known to the system.
Definition at line 51 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.