BReadWriteMismatchException Class Reference

#include <BReadWriteMismatchException.h>

Inheritance diagram for BReadWriteMismatchException:

Inheritance graph
[legend]

List of all members.


Detailed Description

An exception that indicates that the user has attemted to read from a data sink that is open for writing, or that the user has attempted to write to a data source that is open for reading.

Public Member Functions

 BReadWriteMismatchException (const BString &loc, const BString &details)
 Full constructor.
 BReadWriteMismatchException ()
 Default constructor.

Constructor & Destructor Documentation

BReadWriteMismatchException (  ) 

Default constructor.

BReadWriteMismatchException ( const BString loc,
const BString details 
)

Full constructor.

Parameters:
loc The location from which this exception was thrown, typically a method name.
details Additional details specific to the circumstances in which this exception occurs.


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

GeoTranslate 5.0 From Blue Marble Geographics