ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
bond_error.hpp File Reference
#include <utils/Span.hpp>
#include <exception>
+ Include dependency graph for bond_error.hpp:
+ This graph shows which files directly or indirectly include this file:

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, Utils::Span< const int > partner_ids)
 

Function Documentation

◆ bond_broken_error()

void bond_broken_error ( int  id,
Utils::Span< const int >  partner_ids 
)

Definition at line 28 of file bond_error.cpp.

References runtimeErrorMsg.