Tanl Linguistic Pipeline |
Base class for all errors reported. More...
#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) |
Base class for all errors reported.
std::string IXE::Error::message | ( | ) | [inline] |
Return a message describing the error.
This is in a human readable form.