|
Jafar
|
Special exception class for invalid parameter error. More...
Special exception class for invalid parameter error.
This class contains the value of the parameter.
Definition at line 123 of file jafarException.hpp.
#include <jafarException.hpp>

Public Member Functions | |
| InvalidParamException (const T &value, const std::string &message_, const std::string &module_, const std::string &file_, int line_) | |
| T | value () const |
| Returns the invalid value of the parameter. | |
Private Attributes | |
| T | m_value |
| Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |
|