Main Page   Namespace List   Class Hierarchy   Compound List   Compound Members  

qdbm::Curia_error Class Reference

Inheritance diagram for qdbm::Curia_error:

Inheritance graph
List of all members.

Detailed Description

Error container for Curia.


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.

virtual Curia_error & operator= (const Curia_error &ce) throw ()
 Assignment operator.

virtual 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 int code () const throw ()
 Get the error code.

virtual const char * message () const throw ()
 Get the error message.


Constructor & Destructor Documentation

qdbm::Curia_error::Curia_error int    ecode throw ()
 

Create an instance.

Parameters:
ecode the error code.

qdbm::Curia_error::Curia_error const Curia_error &    ce throw ()
 

Copy constructor.

Parameters:
ce a source instance.


Member Function Documentation

virtual int qdbm::Curia_error::code   const throw () [virtual]
 

Get the error code.

Returns:
the error code.

virtual const char* qdbm::Curia_error::message   const throw () [virtual]
 

Get the error message.

Returns:
the string.

Reimplemented from qdbm::DBM_error.

virtual bool qdbm::Curia_error::operator!= int    ecode const throw () [virtual]
 

Inequality operator.

Parameters:
ecode a comparing error code.
Returns:
true if the both do not equal, else, false.

virtual bool qdbm::Curia_error::operator!= const Curia_error &    ce const throw () [virtual]
 

Inequality operator.

Parameters:
ce a comparing instance.
Returns:
true if the both do not equal, else, false.

virtual Curia_error& qdbm::Curia_error::operator= int    ecode throw () [virtual]
 

Assignment operator.

Parameters:
ecode the error code.
Returns:
reference to itself.

virtual Curia_error& qdbm::Curia_error::operator= const Curia_error &    ce throw () [virtual]
 

Assignment operator.

Parameters:
ce a source instance.
Returns:
reference to itself.

virtual bool qdbm::Curia_error::operator== int    ecode const throw () [virtual]
 

Equality operator.

Parameters:
ecode a comparing error code.
Returns:
true if the both equal, else, false.

virtual bool qdbm::Curia_error::operator== const Curia_error &    ce const throw () [virtual]
 

Equality operator.

Parameters:
ce a comparing instance.
Returns:
true if the both equal, else, false.


The documentation for this class was generated from the following file:
Generated on Thu Apr 10 03:35:39 2003 for QDBM for C++ by doxygen1.3-rc3