Inheritance diagram for qdbm::Villa_error:
Public Member Functions | |
Villa_error () throw () | |
Create an instance. | |
Villa_error (int ecode) throw () | |
Create an instance. | |
Villa_error (const Villa_error &ve) throw () | |
Copy constructor. | |
virtual | ~Villa_error () throw () |
Release resources of the instance. | |
Villa_error & | operator= (const Villa_error &ve) throw () |
Assignment operator. | |
Villa_error & | operator= (int ecode) throw () |
Assignment operator. | |
virtual bool | operator== (const Villa_error &ve) const throw () |
Equality operator. | |
virtual bool | operator!= (const Villa_error &ve) const throw () |
Inequality operator. | |
virtual bool | operator== (int ecode) const throw () |
Equality operator. | |
virtual bool | operator!= (int ecode) const throw () |
Inequality operator. | |
virtual | operator const char * () const throw () |
Cast operator into pointer to char. | |
virtual int | code () const throw () |
Get the error code. | |
virtual const char * | message () const throw () |
Get the error message. |
qdbm::Villa_error::Villa_error | ( | int | ecode | ) | throw () |
Create an instance.
ecode | the error code. |
qdbm::Villa_error::Villa_error | ( | const Villa_error & | ve | ) | throw () |
Copy constructor.
ve | a source instance. |
Villa_error& qdbm::Villa_error::operator= | ( | const Villa_error & | ve | ) | throw () |
Assignment operator.
ve | a source instance. |
Villa_error& qdbm::Villa_error::operator= | ( | int | ecode | ) | throw () |
Assignment operator.
ecode | the error code. |
virtual bool qdbm::Villa_error::operator== | ( | const Villa_error & | ve | ) | const throw () [virtual] |
Equality operator.
ve | a comparing instance. |
virtual bool qdbm::Villa_error::operator!= | ( | const Villa_error & | ve | ) | const throw () [virtual] |
Inequality operator.
ve | a comparing instance. |
virtual bool qdbm::Villa_error::operator== | ( | int | ecode | ) | const throw () [virtual] |
Equality operator.
ecode | a comparing error code. |
virtual bool qdbm::Villa_error::operator!= | ( | int | ecode | ) | const throw () [virtual] |
Inequality operator.
ecode | a comparing error code. |
virtual qdbm::Villa_error::operator const char * | ( | ) | const throw () [virtual] |
Cast operator into pointer to char.
Reimplemented from qdbm::DBM_error.
virtual int qdbm::Villa_error::code | ( | ) | const throw () [virtual] |
Get the error code.
virtual const char* qdbm::Villa_error::message | ( | ) | const throw () [virtual] |