libxml++ 2.42.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

◆ exception()

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

◆ ~exception()

LIBXMLPP_API xmlpp::exception::~exception ( )
overridenoexcept

Member Function Documentation

◆ Clone()

virtual LIBXMLPP_API exception * xmlpp::exception::Clone ( ) const
virtual

◆ Raise()

virtual LIBXMLPP_API void xmlpp::exception::Raise ( ) const
virtual

◆ what()

LIBXMLPP_API const char * xmlpp::exception::what ( ) const
overridevirtualnoexcept

Reimplemented from std::exception.