#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 |