ROSE
0.11.125.0
|
Base class for errors related to the AST.
Definition at line 13 of file Rose/Tree/Exception.h.
#include <Rose/Tree/Exception.h>
Public Member Functions | |
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... | |
Public Attributes | |
BasePtr | vertex |
Vertex that caused the error. More... | |
Rose::Tree::Exception::Exception | ( | const std::string & | mesg, |
const BasePtr & | |||
) |
Construct a new error with the specified message and the causing vertex.
BasePtr Rose::Tree::Exception::vertex |
Vertex that caused the error.
Definition at line 16 of file Rose/Tree/Exception.h.