#include <libxml++/exceptions/internal_error.h>
|
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 |
|
LIBXMLPP_API | exception (const Glib::ustring & message) |
|
LIBXMLPP_API | ~exception () noexcept override |
|
LIBXMLPP_API const char * | what () const noexcept override |
|
◆ internal_error()
LIBXMLPP_API xmlpp::internal_error::internal_error |
( |
const Glib::ustring & | message | ) |
|
|
explicit |
◆ ~internal_error()
LIBXMLPP_API xmlpp::internal_error::~internal_error |
( |
| ) |
|
|
overridenoexcept |
◆ Clone()
LIBXMLPP_API exception * xmlpp::internal_error::Clone |
( |
| ) |
const |
|
overridevirtual |
◆ Raise()
LIBXMLPP_API void xmlpp::internal_error::Raise |
( |
| ) |
const |
|
overridevirtual |