KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KI_PARAM_ERROR Class Reference

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
 

Detailed Description

Hold a translatable error message and may be used when throwing exceptions containing a translated error message.

Definition at line 45 of file ki_exception.h.

Constructor & Destructor Documentation

◆ KI_PARAM_ERROR() [1/2]

KI_PARAM_ERROR::KI_PARAM_ERROR ( const wxString &  aMessage)
inline

Constructor.

Definition at line 51 of file ki_exception.h.

◆ KI_PARAM_ERROR() [2/2]

KI_PARAM_ERROR::KI_PARAM_ERROR ( )
inline

Definition at line 56 of file ki_exception.h.

◆ ~KI_PARAM_ERROR()

virtual KI_PARAM_ERROR::~KI_PARAM_ERROR ( )
throw (
)
inlinevirtual

Definition at line 63 of file ki_exception.h.

Member Function Documentation

◆ What()

const wxString KI_PARAM_ERROR::What ( ) const
inline

Definition at line 58 of file ki_exception.h.

Referenced by SIMULATOR_FRAME_UI::AddTuner().

Member Data Documentation

◆ m_message

wxString KI_PARAM_ERROR::m_message
private

Definition at line 66 of file ki_exception.h.


The documentation for this class was generated from the following file: