|
degate 0.1.1
|
This exception is thrown if a XML importer failed to parse a value of an XML attribute. More...
#include <degate_exceptions.h>

Public Member Functions | |
| XMLAttributeParseException () | |
| XMLAttributeParseException (std::string const &str) | |
This exception is thrown if a XML importer failed to parse a value of an XML attribute.
Definition at line 115 of file degate_exceptions.h.
| degate::XMLAttributeParseException::XMLAttributeParseException | ( | ) | [inline] |
Definition at line 117 of file degate_exceptions.h.
: DegateRuntimeException("Can't parse XML attribute value." ) {}
| degate::XMLAttributeParseException::XMLAttributeParseException | ( | std::string const & | str | ) | [inline] |
Definition at line 118 of file degate_exceptions.h.
: DegateRuntimeException(str) {}
1.7.4