#include <val.hpp>
Public Member Functions | |
non_ostreamable_exception (const std::string &type) | |
virtual const char * | what () const throw () |
virtual | ~non_ostreamable_exception () throw () |
Private Attributes | |
std::string | _err |
eval::non_ostreamable_exception::non_ostreamable_exception | ( | const std::string & | type | ) | [inline, explicit] |
virtual eval::non_ostreamable_exception::~non_ostreamable_exception | ( | ) | throw () [inline, virtual] |
virtual const char* eval::non_ostreamable_exception::what | ( | ) | const throw () [inline, virtual] |
std::string eval::non_ostreamable_exception::_err [private] |