libxml++  4.0.1
Public Member Functions | List of all members
xmlpp::exception Class Reference

Base class for all xmlpp exceptions. More...

#include <libxml++/exceptions/exception.h>

Inheritance diagram for xmlpp::exception:
Inheritance graph
[legend]

Public Member Functions

LIBXMLPP_API exception (const Glib::ustring& message)
 
LIBXMLPP_API ~exception () noexcept override
 
virtual LIBXMLPP_API exceptionclone () const
 
virtual LIBXMLPP_API void raise () const
 
LIBXMLPP_API const char* what () const noexcept override
 

Detailed Description

Base class for all xmlpp exceptions.

Constructor & Destructor Documentation

LIBXMLPP_API xmlpp::exception::exception ( const Glib::ustring message)
explicit
LIBXMLPP_API xmlpp::exception::~exception ( )
overridenoexcept

Member Function Documentation

virtual LIBXMLPP_API exception* xmlpp::exception::clone ( ) const
virtual
virtual LIBXMLPP_API void xmlpp::exception::raise ( ) const
virtual
LIBXMLPP_API const char* xmlpp::exception::what ( ) const
overridevirtualnoexcept

Reimplemented from std::exception.