Conscience Core
Public Member Functions | Public Attributes | List of all members
conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException Class Reference

#include <CommandParamsSpec.h>

Inheritance diagram for conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException:

Public Member Functions

 WrongCommandParamsSizeDuringParseException (const string &name, int expectedSize, int actualSize)
 

Public Attributes

const string name
 
const int expectedSize
 
const int actualSize
 

Detailed Description

thrown when don't have the good number of params,

Constructor & Destructor Documentation

◆ WrongCommandParamsSizeDuringParseException()

conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException::WrongCommandParamsSizeDuringParseException ( const string &  name,
int  expectedSize,
int  actualSize 
)

Member Data Documentation

◆ actualSize

const int conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException::actualSize

◆ expectedSize

const int conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException::expectedSize

◆ name

const string conscience_core::bridging::commands::WrongCommandParamsSizeDuringParseException::name

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