KiCad PCB EDA Suite
|
Hold a translatable error message and may be used when throwing exceptions containing a translated error message. More...
#include <ki_exception.h>
Public Member Functions | |
KI_PARAM_ERROR (const wxString &aMessage) | |
Constructor. More... | |
KI_PARAM_ERROR () | |
const wxString | What () const |
virtual | ~KI_PARAM_ERROR () throw () |
Private Attributes | |
wxString | m_message |
Hold a translatable error message and may be used when throwing exceptions containing a translated error message.
Definition at line 44 of file ki_exception.h.
|
inline |
Constructor.
Definition at line 50 of file ki_exception.h.
References m_message.
|
inline |
Definition at line 55 of file ki_exception.h.
|
inlinevirtual |
Definition at line 62 of file ki_exception.h.
|
inline |
Definition at line 57 of file ki_exception.h.
References m_message.
Referenced by SIM_PLOT_FRAME::AddTuner().
|
private |
Definition at line 65 of file ki_exception.h.
Referenced by KI_PARAM_ERROR(), and What().