LibCT 2.0
Public Member Functions

LibCT::IOException Class Reference

A class representing an IO exception. More...

#include <Exception.h>

Inheritance diagram for LibCT::IOException:
LibCT::Exception

List of all members.

Public Member Functions

 IOException (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 an IO exception.


Constructor & Destructor Documentation

LibCT::IOException::IOException ( 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::IOException::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: