#include <BFileContentNotValidException.h>

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