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


Public Member Functions | |
| UnknownAtomError (std::string_view atom_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 atom name in the input.
1.8.13