|
|
|
|
|
|
|||
#include <openrj/cpp/openrj.hpp>
Public Member Functions | |
| DatabaseException (ORJRC rc, ORJError const &error) | |
| Construct from result code and error structure. | |
| ORJRC | rc () const |
| The result code associated with the exception. | |
| ORJError const & | error () const |
The error structure associated with the exception, when rc() returns ORJ_RC_PARSEERROR. | |
| char const * | what () const throw () |
| C-string form of the exception. | |
| DatabaseException | ( | ORJRC | rc, | |
| ORJError const & | error | |||
| ) | [inline] |
Construct from result code and error structure.
| rc | The result code reflecting the error condition | |
| error | The error structure (ORJError) associated with a parsing error |
| ORJError const& error | ( | ) | const [inline] |
The error structure associated with the exception, when rc() returns ORJ_RC_PARSEERROR.
| ORJRC rc | ( | ) | const [inline] |
The result code associated with the exception.
| char const* what | ( | ) | const throw () [inline] |
C-string form of the exception.
|
|
| Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005 |