ROSE
0.11.125.0
|
Error when attaching a vertex to a tree and the vertex is already attached somewhere else.
If the operation were allowed to continue without throwing an exception, the data structure would no longer be a tree.
Definition at line 26 of file Rose/Tree/Exception.h.
#include <Rose/Tree/Exception.h>
Public Member Functions | |
InsertionError (const BasePtr &) | |
Construct a new error with the vertex that caused the error. More... | |
![]() | |
Exception (const std::string &mesg, const BasePtr &) | |
Construct a new error with the specified message and the causing vertex. More... | |
![]() | |
Exception (const std::string &s) | |
Construct an exception with an error message. More... | |
Additional Inherited Members | |
![]() | |
BasePtr | vertex |
Vertex that caused the error. More... | |
|
explicit |
Construct a new error with the vertex that caused the error.