HyperspaceExplorer 0.7.1
|
Exception thrown when a FunctionParameterValue member not matching its template argument is called. More...
#include <FunctionParameterValueBase.h>
Public Member Functions | |
WrongParameterTypeException (const std::string &_class, const std::string &_function, const std::string &_type) | |
Create a WrongParameterTypeException. |
Exception thrown when a FunctionParameterValue member not matching its template argument is called.
FunctionParameterValueBase::WrongParameterTypeException::WrongParameterTypeException | ( | const std::string & | _class, |
const std::string & | _function, | ||
const std::string & | _type | ||
) | [inline] |
Create a WrongParameterTypeException.
_class | Class name |
_function | Erroneously called function |
_type | Argument type for _function |