Open-RJ C/C++ User's Journal Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

database_exception Class Reference

#include <openrj/stl/openrj.hpp>

List of all members.


Detailed Description

The exception type thrown by the Open-RJ - STL mapping.


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.


Constructor & Destructor Documentation

database_exception ( ORJRC  rc,
ORJError const &  error 
) [inline]

Constructs an exception from the given error code and error structure.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005