Public Member Functions | |
Curia_error () throw () | |
Create an instance. | |
Curia_error (int ecode) throw () | |
Create an instance. | |
Curia_error (const Curia_error &ce) throw () | |
Copy constructor. | |
virtual | ~Curia_error () throw () |
Release resources of the instance. | |
Curia_error & | operator= (const Curia_error &ce) throw () |
Assignment operator. | |
Curia_error & | operator= (int ecode) throw () |
Assignment operator. | |
virtual bool | operator== (const Curia_error &ce) const throw () |
Equality operator. | |
virtual bool | operator!= (const Curia_error &ce) 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. |
|
Create an instance.
|
|
Copy constructor.
|
|
Get the error code.
|
|
Get the error message.
Reimplemented from qdbm::DBM_error. |
|
Cast operator into pointer to char.
Reimplemented from qdbm::DBM_error. |
|
Inequality operator.
|
|
Inequality operator.
|
|
Assignment operator.
|
|
Assignment operator.
|
|
Equality operator.
|
|
Equality operator.
|