libxml++ 5.0.2
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 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
 
virtual const char * what () const noexcept
 

Detailed Description

Base class for all xmlpp exceptions.

Constructor & Destructor Documentation

◆ exception()

LIBXMLPP_API xmlpp::exception::exception ( const 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.