#include <exception.h>

Public Member Functions | |
| FeatureNotImplemented (std::string module, std::string feature, const char *file, int line) throw () | |
| psi::FeatureNotImplemented::FeatureNotImplemented | ( | std::string | module, | |
| std::string | feature, | |||
| const char * | file, | |||
| int | line | |||
| ) | throw () |
Constructor
| module | The module being run | |
| feature | The feature not yet implemented | |
| file | The file that threw the exception (use __FILE__ macro) | |
| line | The line number that threw the exception (use __LINE__ macro) |
1.5.6