|
PLaSK library
|
Exceptions of this class are thrown when the required attribute is not found in XML tag. More...
#include <plask/utils/xml/exceptions.hpp>
Public Member Functions | |
| XMLUnexpectedAttrException (const XMLReader &reader, const std::string &attr_name) | |
Public Member Functions inherited from plask::XMLException | |
| XMLException (const XMLReader &reader, const std::string &msg) | |
| XMLException (const std::string &where, const std::string &msg, int line=-1) | |
| XMLException (const std::string &msg, int line=-1) | |
Additional Inherited Members | |
Public Attributes inherited from plask::XMLException | |
| const int | line |
Exceptions of this class are thrown when the required attribute is not found in XML tag.
Definition at line 79 of file exceptions.hpp.
|
inline |
| reader | current reader |
| attr_name | name of required attribute |
Definition at line 84 of file exceptions.hpp.