Error to indicate that two atoms that are supposed to be connected are not. More...
#include <not_connected_error.hh>
Inherits ost::Error.
Public Member Functions | |
NotConnectedError (AtomHandle one, AtomHandle two) | |
virtual | ~NotConnectedError () throw () |
std::pair< AtomHandle, AtomHandle > | GetAtoms () const |
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 | |||
) |
virtual ~NotConnectedError | ( | ) | throw () [inline, virtual] |
Definition at line 32 of file not_connected_error.hh.
std::pair<AtomHandle, AtomHandle> GetAtoms | ( | ) | const |
get the two unconnected atoms