BDataManagerException Class Reference

#include <BDataManagerException.h>

Inheritance diagram for BDataManagerException:

Inheritance graph
[legend]

List of all members.


Detailed Description

Base class for exceptions regarding interaction with a data source or sink.

Public Member Functions

 BDataManagerException (const BString &msg, const BString &loc, const BString &details)
 Full constructor.
 BDataManagerException (const BString &msg)
 Constructs a BDataManagerException with the specified description message.
 BDataManagerException ()
 Default constructor.

Constructor & Destructor Documentation

BDataManagerException (  )  [inline]

Default constructor.

BDataManagerException ( const BString msg  )  [inline]

Constructs a BDataManagerException with the specified description message.

Parameters:
msg The description message for this exception.

BDataManagerException ( const BString msg,
const BString loc,
const BString details 
) [inline]

Full constructor.

Parameters:
msg The description message for this exception.
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