libpappsomspp
Library for mass spectrometry
pappso::ExceptionNotPossible Class Reference

#include <exceptionnotpossible.h>

Inheritance diagram for pappso::ExceptionNotPossible:
pappso::PappsoException

Public Member Functions

 ExceptionNotPossible (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 28 of file exceptionnotpossible.h.

Constructor & Destructor Documentation

◆ ExceptionNotPossible()

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

Definition at line 31 of file exceptionnotpossible.h.

32  : PappsoException(message)
33  {
34  }
PappsoException(const QString &message)

Referenced by clone().

Member Function Documentation

◆ clone()

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

Reimplemented from pappso::PappsoException.

Definition at line 38 of file exceptionnotpossible.h.

39  {
40  return new ExceptionNotPossible(*this);
41  }
ExceptionNotPossible(const QString &message)

References ExceptionNotPossible().


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