degate 0.1.1
Public Member Functions
degate::XMLAttributeMissingException Class Reference

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>

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

List of all members.

Public Member Functions

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

Detailed Description

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.


Constructor & Destructor Documentation

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.


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