|
libodsstream
Library for mass spectrometry
|
#include <odsexception.h>
Public Member Functions | |
| OdsException (const QString &message) throw () | |
| OdsException (const OdsException &other) throw () | |
| void | raise () const override |
| virtual QException * | clone () const override |
| virtual const QString & | qwhat () const throw () |
| const char * | what () const noexcept override |
| virtual | ~OdsException () throw () |
Private Attributes | |
| std::string | m_stdMessage |
| QString | m_message |
Definition at line 26 of file odsexception.h.
|
inline | ||||||||||||||
Definition at line 29 of file odsexception.h.
References m_message, and m_stdMessage.
|
inline | ||||||||||||||
Definition at line 36 of file odsexception.h.
References m_message, and m_stdMessage.
|
inlinevirtual | |||||||||||||
Definition at line 64 of file odsexception.h.
|
inlineoverridevirtual |
Definition at line 47 of file odsexception.h.
|
inlinevirtual | |||||||||||||
Definition at line 53 of file odsexception.h.
References m_message.
Referenced by TsvReader::readCsvRow().
|
inlineoverride |
Definition at line 42 of file odsexception.h.
|
inlineoverridenoexcept |
Definition at line 59 of file odsexception.h.
References m_stdMessage.
Referenced by TsvReader::readCsvRow().
|
private |
Definition at line 70 of file odsexception.h.
Referenced by OdsException(), OdsException(), and qwhat().
|
private |
Definition at line 69 of file odsexception.h.
Referenced by OdsException(), OdsException(), and what().