|
degate 0.1.1
|
This exception is thrown if a XML importer detects a missing XML attribute and this XML attribute must be present. More...
#include <degate_exceptions.h>

Public Member Functions | |
| XMLAttributeMissingException () | |
| XMLAttributeMissingException (std::string const &str) | |
This exception is thrown if a XML importer detects a missing XML attribute and this XML attribute must be present.
Definition at line 126 of file degate_exceptions.h.
| degate::XMLAttributeMissingException::XMLAttributeMissingException | ( | ) | [inline] |
Definition at line 128 of file degate_exceptions.h.
: DegateRuntimeException("XML attribute is missing." ) {}
| degate::XMLAttributeMissingException::XMLAttributeMissingException | ( | std::string const & | str | ) | [inline] |
Definition at line 129 of file degate_exceptions.h.
: DegateRuntimeException(str) {}
1.7.4