|
faunus
|
An exception to indicate an unknown molecule name in the input. More...
#include <molecule.h>


Public Member Functions | |
| UnknownMoleculeError (std::string_view molecule_name) | |
Public Member Functions inherited from Faunus::GenericError | |
| GenericError (const std::exception &e) | |
| GenericError (const std::runtime_error &e) | |
| GenericError (const std::string &msg) | |
| GenericError (const char *msg) | |
| template<class... Args> | |
| GenericError (std::format_string< Args... > fmt, Args &&... args) | |
An exception to indicate an unknown molecule name in the input.
1.8.13