BInvalidTypeException Class Reference

#include <BInvalidTypeException.h>

Inheritance diagram for BInvalidTypeException:

Inheritance graph
[legend]

List of all members.


Detailed Description

An exception that indicates that an unexpected or invalid type has been encountered.

Public Member Functions

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

Constructor & Destructor Documentation

BInvalidTypeException (  ) 

Default constructor.

BInvalidTypeException ( const BString loc  ) 

Constructs a BInvalidTypeException with the specified location identifier.

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

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