LibCT 2.0
|
A class representing a Variable exception. More...
#include <Exception.h>
Public Member Functions | |
VariableException (int errCode, const std::string &desc, const std::string &src, const char *pFile, long lineNum) | |
Constructor. | |
const char * | GetErrorCodeString () const |
A class representing a Variable exception.
LibCT::VariableException::VariableException | ( | int | errCode, |
const std::string & | desc, | ||
const std::string & | src, | ||
const char * | pFile, | ||
long | lineNum | ||
) | [inline] |
const char* LibCT::VariableException::GetErrorCodeString | ( | ) | const [inline, virtual] |
Get the string representation of the error code
Reimplemented from LibCT::Exception.