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 ()
 
const char * what () const noexcept override
 
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.

35  : PappsoException(message)
36  {
37  }
PappsoException(const QString &message)

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  }
ExceptionNotImplemented(const QString &message)

References ExceptionNotImplemented().


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