BCoordSysException Class Reference

#include <BCoordSysException.h>

Inheritance diagram for BCoordSysException:

Inheritance graph
[legend]

List of all members.


Detailed Description

Base class for exceptions regarding coordinate system definitions.

Public Member Functions

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

Constructor & Destructor Documentation

BCoordSysException (  )  [inline]

Default constructor.

BCoordSysException ( const BString msg  )  [inline]

Constructs a BCoordSysException with the specified description.

Parameters:
msg The description message for this exception.

BCoordSysException ( 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