#include <error.h>
Class diagram for error::attribute_error:

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. | |
This is for use in exception handling.
Definition at line 87 of file error.h.
| error::attribute_error::attribute_error (const DOM_Element & e, const string & m, const string & a) |
The only constructor for an attribute_error.
| e | the DOM element |
| m | a description of the error |
| a |
the atribute name
|
assert( this->element == e ); assert( this->message == m ); assert( this->attribute == a );
| string error::attribute_error::attribute |
1.0.0 written by Dimitri van Heesch,
© 1997-1999