libpappsomspp
Library for mass spectrometry
pappso::ExceptionNotRecognized Class Reference

excetion to use when an item type is not recognized More...

#include <exceptionnotrecognized.h>

Inheritance diagram for pappso::ExceptionNotRecognized:
pappso::PappsoException

Public Member Functions

 ExceptionNotRecognized (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

excetion to use when an item type is not recognized

item types can be files, objects...

Definition at line 41 of file exceptionnotrecognized.h.

Constructor & Destructor Documentation

◆ ExceptionNotRecognized()

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

Definition at line 44 of file exceptionnotrecognized.h.

45  : PappsoException(message)
46  {
47  }
PappsoException(const QString &message)

Referenced by clone().

Member Function Documentation

◆ clone()

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

Reimplemented from pappso::PappsoException.

Definition at line 51 of file exceptionnotrecognized.h.

52  {
53  return new ExceptionNotRecognized(*this);
54  }
ExceptionNotRecognized(const QString &message)

References ExceptionNotRecognized().


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