BNullReferenceException Class Reference

#include <BNullReferenceException.h>

Inheritance diagram for BNullReferenceException:

Inheritance graph
[legend]

List of all members.


Detailed Description

An exception that indicates that a NULL pointer was encountered in a place where a valid pointer is required.

Public Member Functions

 BNullReferenceException (const BString &loc, const BString &details)
 Full constructor.
 BNullReferenceException (const BString &loc)
 Constructs a BNullReferenceException with the specified location identifier.
 BNullReferenceException ()
 Default constructor.

Constructor & Destructor Documentation

BNullReferenceException (  ) 

Default constructor.

BNullReferenceException ( const BString loc  ) 

Constructs a BNullReferenceException with the specified location identifier.

Parameters:
loc The location from which this exception was thrown, typically a method name.

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