faunus
Public Member Functions | List of all members
Faunus::UnknownMoleculeError Struct Reference

An exception to indicate an unknown molecule name in the input. More...

#include <molecule.h>

Inheritance diagram for Faunus::UnknownMoleculeError:
Inheritance graph
[legend]
Collaboration diagram for Faunus::UnknownMoleculeError:
Collaboration graph
[legend]

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)
 

Detailed Description

An exception to indicate an unknown molecule name in the input.


The documentation for this struct was generated from the following files: