Main Page   Namespace List   Class Hierarchy   Compound List   File List   Header Files   Sources   Namespace Members   Compound Members   File Members  

error::attribute_error Class Reference

An object that holds information about an error in a DOM attribute. More...

#include <error.h>

Class diagram for error::attribute_error:

error::element_error

List of all members.


Public Members

 attribute_error ( const DOM_Element &e, const string &m, const string &a )
The only constructor for an attribute_error. More...

string attribute
The name of the erroneous attribute.


Detailed Description

An object that holds information about an error in a DOM attribute.

This is for use in exception handling.

Definition at line 87 of file error.h.


Member Function Documentation

error::attribute_error::attribute_error (const DOM_Element & e, const string & m, const string & a)

The only constructor for an attribute_error.

Parameters:
e   the DOM element
m   a description of the error
a   the atribute name

Postconditions:
 assert( this->element == e );
 assert( this->message == m );
 assert( this->attribute == a );

Definition at line 31 of file error.cpp.


Member Data Documentation

string error::attribute_error::attribute

The name of the erroneous attribute.

Definition at line 95 of file error.h.


The documentation for this class was generated from the following files:
Generated at Sun Jul 14 20:38:18 2002 for Mapper by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999