libxml++  5.2.0
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_MEMBER_METHOD exception (const ustring & message)
 
LIBXMLPP_MEMBER_METHOD ~exception () noexcept override
 
virtual LIBXMLPP_MEMBER_METHOD exceptionclone () const
 
virtual LIBXMLPP_MEMBER_METHOD void raise () const
 
LIBXMLPP_MEMBER_METHOD const char * what () const noexcept override
 

Detailed Description

Base class for all xmlpp exceptions.

Constructor & Destructor Documentation

◆ exception()

LIBXMLPP_MEMBER_METHOD xmlpp::exception::exception ( const ustring message)
explicit

◆ ~exception()

LIBXMLPP_MEMBER_METHOD xmlpp::exception::~exception ( )
overridenoexcept

Member Function Documentation

◆ clone()

virtual LIBXMLPP_MEMBER_METHOD exception* xmlpp::exception::clone ( ) const
virtual

◆ raise()

virtual LIBXMLPP_MEMBER_METHOD void xmlpp::exception::raise ( ) const
virtual

◆ what()

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

Reimplemented from std::exception.