last update 20 Sep 2009 |
#include <cvrConstReferenceException.h>
Public Member Functions | |
virtual const std::string & | name () const |
virtual constReferenceException * | clone () const |
virtual constReferenceException * | newInstance () const |
constReferenceException is thrown if you try to modify a constant object. A constant object is an object created with the constant attribute.
virtual constReferenceException* cvr::constReferenceException::clone | ( | ) | const [virtual] |
virtual const std::string& cvr::constReferenceException::name | ( | ) | const [virtual] |
virtual constReferenceException* cvr::constReferenceException::newInstance | ( | ) | const [virtual] |