libxml++  3.2.3
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 exceptionclone () 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.