20 #ifndef XMLIOEXCEPTION_H_
21 #define XMLIOEXCEPTION_H_
23 #include "../basic_types/GenericMessageException.h"
This exception is thrown if an error occurred while importing or exporting XML documents.
Definition: XMLioException.h:33
virtual ~XMLioException()
Destroys the XMLioException instance.
Definition: XMLioException.cpp:29
XMLioException(string messageBody)
Generates a new XMLioException with the given message as body.
Definition: XMLioException.cpp:27
This class serves as a superclass of all Exceptions.
Definition: GenericMessageException.h:33