19 void raise()
const override {
throw *
this; }
22 const char *
what() const noexcept
override {
23 return mWhat.toStdString().c_str();
32 QList<QStringList>
import (QString filename);
40 #endif // CSVIMPORTER_H
const char * what() const noexcept override
Definition: csvimporter.h:22
#define QTCOMMONSSHARED_EXPORT
Definition: qtcommons_global.h:16
QChar mSeparator
Definition: csvimporter.h:36
Exception * clone() const override
Definition: csvimporter.h:20
~Exception() noexcept
Definition: csvimporter.h:17
Definition: csvimporter.h:9
Exception(QString what)
Definition: csvimporter.h:14
QString::SplitBehavior mSplitBehaviour
Definition: csvimporter.h:37
void setSeparator(QChar sep)
Definition: csvimporter.h:34
Definition: csvimporter.h:12
QString mWhat
Definition: csvimporter.h:27