Public Member Functions | |
InputException (const std::vector< std::string > &fields, const std::string &err) | |
const std::string & | getField () const |
const std::string & | getError () const |
Protected Attributes | |
std::string | _field |
std::string | _error |
osgDB::InputException::InputException | ( | const std::vector< std::string > & | fields, | |
const std::string & | err | |||
) | [inline] |
References _field.
const std::string& osgDB::InputException::getField | ( | ) | const [inline] |
References _field.
const std::string& osgDB::InputException::getError | ( | ) | const [inline] |
References _error.
std::string osgDB::InputException::_field [protected] |
Referenced by getField(), and InputException().
std::string osgDB::InputException::_error [protected] |
Referenced by getError().