FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
XmlException Class Referencefinal

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.
 

Detailed Description

Exception class for handling XML-related errors.

Definition at line 34 of file libxml_wrapper.h.

Constructor & Destructor Documentation

◆ XmlException()

XmlException::XmlException ( const std::string_view  message)
explicit

Constructor for XmlException.

Parameters
messageThe error message associated with the exception.

Definition at line 42 of file libxml_wrapper.h.

42: std::runtime_error(std::string(message)) {}

The documentation for this class was generated from the following file: