|
ROSE 0.11.145.354
|
Base class for errors and exceptions for this vertex type.
#include <Sawyer/Tree.h>


Public Member Functions | |
| Exception (const std::string &mesg, const UserBasePtr &vertex) | |
| Construct a new error with the specified message and the causing vertex. | |
Public Member Functions inherited from Sawyer::Exception::RuntimeError | |
| RuntimeError (const std::string &mesg) | |
| Constructor taking a description of the error. | |
Public Attributes | |
| UserBasePtr | vertex |
| Vertex that caused the error. | |
|
inline |
|
inline |
| UserBasePtr Sawyer::Tree::Vertex< B >::Exception::vertex |