|
hydrobricks
|
Exception for unimplemented features. More...
#include <Exceptions.h>
Public Member Functions | |
| NotImplemented (const char *msg) | |
| NotImplemented (const std::string &msg) | |
| NotImplemented (const wxString &msg) | |
Public Member Functions inherited from HydrobricksError | |
| HydrobricksError (const char *msg) | |
| HydrobricksError (const std::string &msg) | |
| HydrobricksError (const wxString &msg) | |
Exception for unimplemented features.
Used when a feature or code path is not yet implemented. Semantically represents std::logic_error (programmer's incomplete implementation). This should be used for legitimate features that are planned but incomplete.