#include <BNoCoordSysException.h>

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