|
hydrobricks
|
Exception for invalid user input. More...
#include <Exceptions.h>
Public Member Functions | |
| InputError (const char *msg) | |
| InputError (const std::string &msg) | |
| InputError (const wxString &msg) | |
Public Member Functions inherited from HydrobricksError | |
| HydrobricksError (const char *msg) | |
| HydrobricksError (const std::string &msg) | |
| HydrobricksError (const wxString &msg) | |
Exception for invalid user input.
Used when user provides bad input values, invalid parameter values. Semantically represents std::invalid_argument (user error in setup).
This should be used for validation errors that result from user input, not from internal logic errors.