Exceptions of this class are thrown when illegal repetition of tag appears.
More...
#include <plask/utils/xml/exceptions.hpp>
Exceptions of this class are thrown when illegal repetition of tag appears.
Definition at line 153 of file exceptions.hpp.
◆ XMLDuplicatedElementException() [1/2]
plask::XMLDuplicatedElementException::XMLDuplicatedElementException |
( |
const XMLReader & |
reader, |
|
|
const std::string & |
duplicated |
|
) |
| |
|
inline |
- Parameters
-
reader | current reader |
duplicated | name of duplicated thing |
Definition at line 158 of file exceptions.hpp.
◆ XMLDuplicatedElementException() [2/2]
plask::XMLDuplicatedElementException::XMLDuplicatedElementException |
( |
const std::string & |
parent, |
|
|
const std::string & |
duplicated |
|
) |
| |
|
inline |
- Parameters
-
parent | name of the parent tag |
duplicated | name of duplicated thing |
Definition at line 164 of file exceptions.hpp.
The documentation for this struct was generated from the following file: