#include <BDynamicLibException.h>

Public Member Functions | |
| BDynamicLibException (const BString &loc, const BString &details) | |
| Full constructor. | |
| BDynamicLibException () | |
| Default constructor. | |
| BDynamicLibException | ( | ) | [inline] |
Default constructor.
| BDynamicLibException | ( | const BString & | loc, | |
| const BString & | details | |||
| ) | [inline] |
Full constructor.
| loc | The location from which this exception is thrown, typically a method name. | |
| details | Additional details that describe the circumstances in which the exception is thrown. |