Exceptions of this class are thrown when the attribute has wrong value.
More...
#include <plask/utils/xml/exceptions.hpp>
Exceptions of this class are thrown when the attribute has wrong value.
Definition at line 103 of file exceptions.hpp.
◆ XMLBadAttrException() [1/2]
plask::XMLBadAttrException::XMLBadAttrException |
( |
const XMLReader & |
reader, |
|
|
const std::string & |
attr_name, |
|
|
const std::string & |
attr_value |
|
) |
| |
|
inline |
- Parameters
-
reader | current reader |
attr_name | name of attribute |
attr_value | illegal value of attribute |
Definition at line 109 of file exceptions.hpp.
◆ XMLBadAttrException() [2/2]
plask::XMLBadAttrException::XMLBadAttrException |
( |
const XMLReader & |
reader, |
|
|
const std::string & |
attr_name, |
|
|
const std::string & |
attr_value, |
|
|
const std::string & |
attr_required |
|
) |
| |
|
inline |
- Parameters
-
reader | current reader |
attr_name | name of attribute |
attr_value | illegal value of attribute |
attr_required | required value of attribute |
Definition at line 118 of file exceptions.hpp.
The documentation for this struct was generated from the following file: