#include <BDataManagerException.h>

Public Member Functions | |
| BDataManagerException (const BString &msg, const BString &loc, const BString &details) | |
| Full constructor. | |
| BDataManagerException (const BString &msg) | |
| Constructs a BDataManagerException with the specified description message. | |
| BDataManagerException () | |
| Default constructor. | |
| BDataManagerException | ( | ) | [inline] |
Default constructor.
| BDataManagerException | ( | const BString & | msg | ) | [inline] |
Constructs a BDataManagerException with the specified description message.
| msg | The description message for this exception. |
| BDataManagerException | ( | const BString & | msg, | |
| const BString & | loc, | |||
| const BString & | details | |||
| ) | [inline] |
Full constructor.
| 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. |