libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
pappso::ExceptionInterrupted Class Reference

#include <exceptioninterrupted.h>

Inheritance diagram for pappso::ExceptionInterrupted:
pappso::PappsoException

Public Member Functions

 ExceptionInterrupted (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 35 of file exceptioninterrupted.h.

Constructor & Destructor Documentation

◆ ExceptionInterrupted()

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

Definition at line 38 of file exceptioninterrupted.h.

39 : PappsoException(message)
40 {
41 }
PappsoException(const QString &message)

Member Function Documentation

◆ clone()

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

Reimplemented from pappso::PappsoException.

Definition at line 44 of file exceptioninterrupted.h.

45 {
46 return new ExceptionInterrupted(*this);
47 }
ExceptionInterrupted(const QString &message)

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