Dxc::ErrorData Class Reference

Error message. More...

#include </home/user/DXC_svn/trunk/Src/APIs/cpp/DataTypes/ErrorData.hpp>

Inheritance diagram for Dxc::ErrorData:
Dxc::DxcData

List of all members.

Public Member Functions

 ErrorData (Timestamp timestamp, const std::string &error)
 Constructor.
std::string getError () const
 Returns the error message string.
virtual std::ostream & put (std::ostream &) const
 Prints DxcData in standardized, parseable format.
virtual ErrorDataclone () const
 Virtual copy constructor.

Detailed Description

Error message.


Constructor & Destructor Documentation

Dxc::ErrorData::ErrorData ( Timestamp  timestamp,
const std::string &  error 
)

Constructor.

Parameters:
timestamp - message time.
error - string describing the error.

Member Function Documentation

ErrorData * ErrorData::clone (  )  const [virtual]

Virtual copy constructor.

Returns a pointer to a copy of the DxcData. The user is responsible for managing the memory.

Implements Dxc::DxcData.


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

Generated on 22 Feb 2013 for dxcApi by  doxygen 1.6.1