libpappsomspp
Library for mass spectrometry
pappso::ExceptionNotImplemented Class Reference

#include <exceptionnotimplemented.h>

Inheritance diagram for pappso::ExceptionNotImplemented:
pappso::PappsoException

Public Member Functions

 ExceptionNotImplemented (const QString &message) throw ()
 
virtual QException * clone () const override
 
- Public Member Functions inherited from pappso::PappsoException
 PappsoException (const QString &message) throw ()
 
 PappsoException (const PappsoException &other) throw ()
 
void raise () const override
 
virtual const QString & qwhat () const throw ()
 
virtual const char * what () const override throw ()
 
virtual ~PappsoException () throw ()
 

Detailed Description

Definition at line 31 of file exceptionnotimplemented.h.

Constructor & Destructor Documentation

◆ ExceptionNotImplemented()

pappso::ExceptionNotImplemented::ExceptionNotImplemented ( const QString &  message)
throw (
)
inline

Definition at line 34 of file exceptionnotimplemented.h.

36  {
37  }

Referenced by clone().

Member Function Documentation

◆ clone()

virtual QException* pappso::ExceptionNotImplemented::clone ( ) const
inlineoverridevirtual

Reimplemented from pappso::PappsoException.

Definition at line 41 of file exceptionnotimplemented.h.

42  {
43  return new ExceptionNotImplemented(*this);
44  }

References ExceptionNotImplemented().


The documentation for this class was generated from the following file:
message
message(\n${BoldRed}"Now configuring src/widget for ${PROJECT_NAME}"${ColourReset}\n) find_package(Qt5 COMPONENTS Core Gui PrintSupport Svg REQUIRED) if(NOT QCustomPlot_FOUND) message("Still searching for QCustomPlot") find_package(QCustomPlot REQUIRED) add_definitions(-DQCUSTOMPLOT_USE_LIBRARY) endif() SET(PAPPSOWIDGET_CPP_FILES graphicdevicewidget.cpp precisionwidget/precisionwidget.cpp massspectrumwidget/qcpspectrum.cpp massspectrumwidget/massspectrumwidget.cpp xicwidget/qcpxic.cpp xicwidget/xicwidget.cpp plotwidget/colormapplotconfig.cpp plotwidget/baseplotwidget.cpp plotwidget/basetraceplotwidget.cpp plotwidget/ticxicchromtraceplotwidget.cpp plotwidget/massspectraceplotwidget.cpp plotwidget/driftspectraceplotwidget.cpp plotwidget/basecolormapplotwidget.cpp plotwidget/ticxicchrommassspeccolormapplotwidget.cpp plotwidget/ticxicchromdriftspeccolormapplotwidget.cpp plotwidget/driftspecmassspeccolormapplotwidget.cpp) add_library(pappsomspp-widget-static STATIC $
Definition: CMakeLists.txt:6
pappso::ExceptionNotImplemented::ExceptionNotImplemented
ExceptionNotImplemented(const QString &message)
Definition: exceptionnotimplemented.h:34
pappso::PappsoException::PappsoException
PappsoException(const QString &message)
Definition: pappsoexception.h:44