#include <BNotImplementedException.h>

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