ErrorDescription Class Reference

#include <APIDatatypes.h>

List of all members.

Public Attributes

std::string title
std::string text
bool position
int line
int column


Detailed Description

Describes an error

Definition at line 103 of file APIDatatypes.h.


Member Data Documentation

int ErrorDescription::column

The column in the XML file in which the error occured Only used if position is true

Definition at line 119 of file APIDatatypes.h.

Referenced by ErrorManager::addError(), and CDoc::OnSimReset().

int ErrorDescription::line

The line in the XML file in which the error occured. Only used if position is true

Definition at line 115 of file APIDatatypes.h.

Referenced by ErrorManager::addError(), and CDoc::OnSimReset().

bool ErrorDescription::position

Flag: true, if the position of the error is known

Definition at line 111 of file APIDatatypes.h.

Referenced by ErrorManager::addError().

std::string ErrorDescription::text

The complete error message

Definition at line 109 of file APIDatatypes.h.

Referenced by ErrorManager::addError().

std::string ErrorDescription::title

The title of the error (very short description)

Definition at line 107 of file APIDatatypes.h.

Referenced by ErrorManager::addError().


The documentation for this class was generated from the following file:
Generated on Thu Dec 7 01:31:13 2006 for DT2005.panorama by  doxygen 1.4.7