Error container for ADBM. More...
 
  
 | Public Member Functions | |
| DBM_error () throw () | |
| Create an instance. | |
| DBM_error (const char *message) throw () | |
| Create an instance. | |
| virtual | ~DBM_error () throw () | 
| Release resources of the instance. | |
| virtual | operator const char * () const throw () | 
| Cast operator into pointer to char. | |
| virtual const char * | message () const throw () | 
| Get the message. | |
Error container for ADBM.
| qdbm::DBM_error::DBM_error | ( | const char * | message | ) | throw () | 
Create an instance.
| message | the string of a error message. | 
| virtual const char* qdbm::DBM_error::message | ( | ) | const  throw ()  [virtual] | 
Get the message.
Reimplemented in qdbm::Curia_error, qdbm::Depot_error, and qdbm::Villa_error.
| virtual qdbm::DBM_error::operator const char * | ( | ) | const  throw ()  [virtual] | 
Cast operator into pointer to char.
Reimplemented in qdbm::Curia_error, qdbm::Depot_error, and qdbm::Villa_error.
 1.6.3
 1.6.3