PLaSK library
|
Exceptions of this class are thrown if two optional attributes in XML conflict with each other. More...
#include <plask/utils/xml/exceptions.hpp>
Public Member Functions | |
XMLConflictingAttributesException (const XMLReader &reader, const std::string &attr1, const std::string &attr2) | |
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 if two optional attributes in XML conflict with each other.
Definition at line 171 of file exceptions.hpp.
|
inline |
reader | current reader |
attr1 | first attribute name |
attr2 | second attribute name |
Definition at line 177 of file exceptions.hpp.