DeSR Dependency Parser |
#include <error.h>
Public Member Functions | |
std::string | message () |
Return a message describing the error. | |
Protected Member Functions | |
Error (std::string const &error_msg) | |
constructors are protected, since they can only be used by derived classes anyway. | |
Error (const Error ©me) |
Definition at line 39 of file error.h.
std::string IXE::Error::message | ( | ) | [inline] |