|
enum | InputErrors {
ERRORS_IN_INPUT_DATA,
CANNOT_CREATE_OBJECT,
TOO_FEW_ITEMS,
INVALID_KEYWORD,
DUPLICATE_ID,
UNDEFINED_OBJECT,
INVALID_NUMBER,
INVALID_TIME,
UNSPECIFIED,
INPUT_ERROR_LIMIT
} |
|
|
| InputError (int type, std::string token) |
|
The documentation for this class was generated from the following files:
- /Users/sam/Dropbox (CitiLogics)/Code/epanet-dev/src/Core/error.h
- /Users/sam/Dropbox (CitiLogics)/Code/epanet-dev/src/Core/error.cpp