#include <BFileNotFoundException.h>

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