#include <SpatialException.h>


Public Member Functions | |
| SpatialUnimplemented (const char *what=0) throw () | |
| Default and explicit constructors. | |
| SpatialUnimplemented (const char *context, const char *because) throw () | |
| Standard constructor. | |
| SpatialUnimplemented (const SpatialUnimplemented &) throw () | |
| Copy constructor. | |
SpatialException thrown by unimplemented functions. This Exception should be thrown wherever important functionality has been left temporarily unimplemented. Typically this exception will apply to an entire function.
| SpatialUnimplemented::SpatialUnimplemented | ( | const char * | what = 0 |
) | throw () |
Default and explicit constructors.
| SpatialUnimplemented::SpatialUnimplemented | ( | const char * | context, | |
| const char * | because | |||
| ) | throw () |
Standard constructor.
| SpatialUnimplemented::SpatialUnimplemented | ( | const SpatialUnimplemented & | oldX | ) | throw () |
Copy constructor.
1.6.3