|
OpenStructure
|
#include <not_connected_error.hh>
Inherits Error.
Public Member Functions | |
| NotConnectedError (AtomHandle one, AtomHandle two) | |
| virtual | ~NotConnectedError () throw () |
| std::pair< AtomHandle, AtomHandle > | GetAtoms () const |
Public Member Functions inherited from Error | |
| Error (const String &m) | |
Error to indicate that two atoms that are supposed to be connected are not.
Definition at line 29 of file not_connected_error.hh.
| NotConnectedError | ( | AtomHandle | one, |
| AtomHandle | two | ||
| ) |
|
inlinevirtual |
Definition at line 32 of file not_connected_error.hh.
| std::pair<AtomHandle, AtomHandle> GetAtoms | ( | ) | const |
get the two unconnected atoms
1.8.1.1