#include <CommandParamsSpec.h>
Public Member Functions | |
| WrongCommandParamsSizeDuringParseException (const string &name, int expectedSize, int actualSize) | |
Public Attributes | |
| const string | name |
| const int | expectedSize |
| const int | actualSize |
thrown when don't have the good number of params,
| conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException::WrongCommandParamsSizeDuringParseException | ( | const string & | name, |
| int | expectedSize, | ||
| int | actualSize | ||
| ) |
| const int conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException::actualSize |
| const int conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException::expectedSize |
| const string conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException::name |