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

Exception for invalid user input. More...

#include <Exceptions.h>

Inheritance diagram for InputError:
HydrobricksError

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)
 

Detailed Description

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.


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