C/C++ User's Journal STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - where the Standard Template Library meets the Active Template Library COMSTL - where the Standard Template Library meets the Component Object Model
Synesis Software InetSTL - where the Standard Template Library meets the Internet UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ReclsException Class Reference

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

#include <recls.hpp>

List of all members.

Public Types

Types
typedef std::exception parent_class_type
typedef ReclsException class_type

Public Methods

Construction
 ReclsException (recls_rc_t rc)
 Constructs an exception from the given error code and error structure.

Accessors
recls_rc_t rc () const
 The Open-RJ return code.

virtual char const * what () const throw ()
 A string form of the exception error message.


Detailed Description

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


Member Typedef Documentation

typedef ReclsException class_type
 

typedef std::exception parent_class_type
 


Constructor & Destructor Documentation

ReclsException recls_rc_t    rc [inline, explicit]
 

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


Member Function Documentation

recls_rc_t 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:

recls Library documentation © Synesis Software Pty Ltd, 2001-2005