#include <exception.h>
Public Member Functions | |
| MissingComponentException (const std::string &err) | |
| virtual const char * | what () const throw () |
Definition at line 28 of file exception.h.
| vcg::MissingComponentException::MissingComponentException | ( | const std::string & | err | ) | [inline] |
Definition at line 31 of file exception.h.
| virtual const char* vcg::MissingComponentException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 35 of file exception.h.