#include <BNullReferenceException.h>

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. | |
Default constructor.
| BNullReferenceException | ( | const BString & | loc | ) |
Constructs a BNullReferenceException with the specified location identifier.
| loc | The location from which this exception was thrown, typically a method name. |
| BNullReferenceException | ( | const BString & | loc, | |
| const BString & | details | |||
| ) |
Full constructor.
| 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. |