C/C++ User's Journal Synesis Software 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 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

This class is thrown to represent recls-specific exceptional conditions. More...

List of all members.

Public Methods

 ReclsException (String message, int code)
 Constructs an exception from the given message and error code.

int getCode ()
 Returns the value of the error code associated with the exception.

String translateCode ()
 Translates the assocated error code to a human-readable string.


Static Public Methods

native String translateCode (int code)
 Translates a given error code to a human-readable string.


Detailed Description

This class is thrown to represent recls-specific exceptional conditions.


Constructor & Destructor Documentation

ReclsException String    message,
int    code
[inline]
 

Constructs an exception from the given message and error code.


Member Function Documentation

int getCode   [inline]
 

Returns the value of the error code associated with the exception.

String translateCode   [inline]
 

Translates the assocated error code to a human-readable string.

native String translateCode int    code [static]
 

Translates a given error code to a human-readable string.


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

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