libxml++
5.4.0
|
Base class for all xmlpp exceptions. More...
#include <libxml++/exceptions/exception.h>
Public Member Functions | |
LIBXMLPP_MEMBER_METHOD | exception (const ustring & message) |
LIBXMLPP_MEMBER_METHOD | ~exception () noexcept override |
virtual LIBXMLPP_MEMBER_METHOD exception * | clone () const |
virtual LIBXMLPP_MEMBER_METHOD void | raise () const |
LIBXMLPP_MEMBER_METHOD const char * | what () const noexcept override |
Base class for all xmlpp exceptions.
|
explicit |
|
overridenoexcept |
|
virtual |
Reimplemented in xmlpp::validity_error, xmlpp::parse_error, and xmlpp::internal_error.
|
virtual |
Reimplemented in xmlpp::validity_error, xmlpp::parse_error, and xmlpp::internal_error.
|
overridevirtualnoexcept |
Reimplemented from std::exception.