Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
APErrorObject Class Reference

#include <APErrorObject.h>

Collaboration diagram for APErrorObject:
Collaboration graph

Public Member Functions

 APErrorObject (int errCode, const std::string &errorMsg)
 
int getErrorCode () const
 
std::string getErrorMessage () const
 
std::string getModuleName () const
 
std::string getModuleId () const
 
std::string getTimestamp () const
 
void displayError () const
 
void setErrorCode (int errCode)
 
void setErrorMessage (const std::string &errorMsg)
 
void setModuleName (const std::string &modName)
 
void setModuleId (const std::string &modId)
 

Private Member Functions

std::string getCurrentTimestamp () const
 

Private Attributes

int mErrorCode
 
std::string mErrorMessage
 
std::string mModuleName
 
std::string mModuleId
 
std::string mTimestamp
 

Constructor & Destructor Documentation

◆ APErrorObject()

APErrorObject::APErrorObject ( int errCode,
const std::string & errorMsg )
Here is the call graph for this function:

Member Function Documentation

◆ displayError()

void APErrorObject::displayError ( ) const

◆ getCurrentTimestamp()

std::string APErrorObject::getCurrentTimestamp ( ) const
private
Here is the caller graph for this function:

◆ getErrorCode()

int APErrorObject::getErrorCode ( ) const
Here is the caller graph for this function:

◆ getErrorMessage()

std::string APErrorObject::getErrorMessage ( ) const
Here is the caller graph for this function:

◆ getModuleId()

std::string APErrorObject::getModuleId ( ) const
Here is the caller graph for this function:

◆ getModuleName()

std::string APErrorObject::getModuleName ( ) const
Here is the caller graph for this function:

◆ getTimestamp()

std::string APErrorObject::getTimestamp ( ) const

◆ setErrorCode()

void APErrorObject::setErrorCode ( int errCode)

◆ setErrorMessage()

void APErrorObject::setErrorMessage ( const std::string & errorMsg)

◆ setModuleId()

void APErrorObject::setModuleId ( const std::string & modId)
Here is the caller graph for this function:

◆ setModuleName()

void APErrorObject::setModuleName ( const std::string & modName)
Here is the caller graph for this function:

Member Data Documentation

◆ mErrorCode

int APErrorObject::mErrorCode
private

◆ mErrorMessage

std::string APErrorObject::mErrorMessage
private

◆ mModuleId

std::string APErrorObject::mModuleId
private

◆ mModuleName

std::string APErrorObject::mModuleName
private

◆ mTimestamp

std::string APErrorObject::mTimestamp
private

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