|
|
|
|
|
|
|||
#include <openrj/stl/openrj.hpp>
Public Member Functions | |
Construction | |
| database_exception (ORJRC rc, ORJError const &error) | |
| Constructs an exception from the given error code and error structure. | |
Accessors | |
| ORJRC | rc () const |
| The Open-RJ return code. | |
| ORJError const & | error () const |
| The Open-RJ parse error. | |
| virtual char const * | what () const throw () |
| A string form of the exception error message. | |
| database_exception | ( | ORJRC | rc, | |
| ORJError const & | error | |||
| ) | [inline] |
Constructs an exception from the given error code and error structure.
| ORJError const& error | ( | ) | const [inline] |
The Open-RJ parse error.
| ORJRC rc | ( | ) | const [inline] |
The Open-RJ return code.
| virtual char const* what | ( | ) | const throw () [inline, virtual] |
A string form of the exception error message.
|
|
| Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005 |