hydrobricks
Loading...
Searching...
No Matches
NotImplemented Class Reference

Exception for unimplemented features. More...

#include <Exceptions.h>

Inheritance diagram for NotImplemented:
HydrobricksError

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: