ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <exception>
#include <span>
Go to the source code of this file.
Classes | |
struct | BondResolutionError |
Exception indicating that a particle id could not be resolved. More... | |
struct | BondUnknownTypeError |
Exception indicating that a bond type was unknown. More... | |
struct | BondInvalidSizeError |
Exception indicating that a bond with an unexpected number of partners was encountered. More... | |
Functions | |
void | bond_broken_error (int id, std::span< const int > partner_ids) |
void bond_broken_error | ( | int | id, |
std::span< const int > | partner_ids | ||
) |
Definition at line 28 of file bond_error.cpp.
References runtimeErrorMsg.