|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Exception class for handling XML-related errors. More...
#include "libxml_wrapper.h"
Inheritance diagram for XmlException:
Collaboration diagram for XmlException:Public Member Functions | |
| XmlException (const std::string_view message) | |
| Constructor for XmlException. | |
Exception class for handling XML-related errors.
Definition at line 34 of file libxml_wrapper.h.
|
explicit |
Constructor for XmlException.
| message | The error message associated with the exception. |
Definition at line 42 of file libxml_wrapper.h.