$search
#include <value.hh>
Public Member Functions | |
FieldNotFound (std::string const &name_) | |
~FieldNotFound () throw () | |
Public Attributes | |
std::string const | name |
Exception raised if a non existent field is required
Definition at line 88 of file value.hh.
Typelib::FieldNotFound::~FieldNotFound | ( | ) | throw () [inline] |
Typelib::FieldNotFound::FieldNotFound | ( | std::string const & | name_ | ) | [inline] |
std::string const Typelib::FieldNotFound::name |