degate 0.1.1
Public Member Functions
degate::XMLAttributeParseException Class Reference

This exception is thrown if a XML importer failed to parse a value of an XML attribute. More...

#include <degate_exceptions.h>

Inheritance diagram for degate::XMLAttributeParseException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 XMLAttributeParseException ()
 XMLAttributeParseException (std::string const &str)

Detailed Description

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.


Constructor & Destructor Documentation

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.


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