#include <BUnsupportedCapabilityException.h>

Public Member Functions | |
| BUnsupportedCapabilityException (const BString &loc, const BString &details) | |
| Full constructor. | |
| BUnsupportedCapabilityException () | |
| Default constructor. | |
| BUnsupportedCapabilityException | ( | ) | [inline] |
Default constructor.
| BUnsupportedCapabilityException | ( | 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. |