Gtkmm-PLplot 3.0
A scientific plotting library for Gtkmm
|
Gtkmm-PLplot's exception handler class. More...
#include <gtkmm-plplot/exception.h>
Public Member Functions | |
Exception (const Glib::ustring &s) | |
virtual | ~Exception () noexcept |
virtual const char * | what () const noexcept |
Private Attributes | |
Glib::ustring | Message |
The exception message. | |
Gtkmm-PLplot's exception handler class.
Gtkmm-PLplot has its own exception class: all methods that can throw exceptions, will always throw exceptions of this type.
|
inlineexplicit |
Constructor
Creates a new Gtkmm-PLplot exception.
s | the exception message |
|
inlinevirtualnoexcept |
destructor
|
inlinevirtualnoexcept |
Get the exception message
To be used in a catch block
|
private |
The exception message.