LibCT 2.0
Public Member Functions

LibCT::VariableException Class Reference

A class representing a Variable exception. More...

#include <Exception.h>

Inheritance diagram for LibCT::VariableException:
LibCT::Exception

List of all members.

Public Member Functions

 VariableException (int errCode, const std::string &desc, const std::string &src, const char *pFile, long lineNum)
 Constructor.
const char * GetErrorCodeString () const

Detailed Description

A class representing a Variable exception.


Constructor & Destructor Documentation

LibCT::VariableException::VariableException ( int  errCode,
const std::string &  desc,
const std::string &  src,
const char *  pFile,
long  lineNum 
) [inline]

Constructor.

Parameters:
errCodeException code
descException description
srcSource of the exception
pFileFile the exception occured in
lineNumThe line number the exception occured on

Member Function Documentation

const char* LibCT::VariableException::GetErrorCodeString ( ) const [inline, virtual]

Get the string representation of the error code

Returns:
The string representation of the error code

Reimplemented from LibCT::Exception.


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