libxml++  2.42.2
Public Member Functions | List of all members
xmlpp::internal_error Class Reference

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

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

Public Member Functions

LIBXMLPP_API internal_error (const Glib::ustring & message)
 
LIBXMLPP_API ~internal_error () noexcept override
 
LIBXMLPP_API exception Clone () const override
 
LIBXMLPP_API void Raise () const override
 
- Public Member Functions inherited from xmlpp::exception
LIBXMLPP_API exception (const Glib::ustring & message)
 
LIBXMLPP_API ~exception () noexcept override
 
LIBXMLPP_API const char * what () const noexcept override
 

Constructor & Destructor Documentation

◆ internal_error()

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

◆ ~internal_error()

LIBXMLPP_API xmlpp::internal_error::~internal_error ( )
overridenoexcept

Member Function Documentation

◆ Clone()

LIBXMLPP_API exception xmlpp::internal_error::Clone ( ) const
overridevirtual

Reimplemented from xmlpp::exception.

◆ Raise()

LIBXMLPP_API void xmlpp::internal_error::Raise ( ) const
overridevirtual

Reimplemented from xmlpp::exception.