19 void raise()
const {
throw *
this; }
22 const char *
what() const noexcept {
23 return mWhat.toStdString().c_str();
32 bool exportFile(QString filename,
const QList<QStringList> & list);
39 #endif // CSVEXPORTER_H void setSeparator(QChar sep)
Definition: csvexporter.h:33
Definition: csvexporter.h:9
#define QTCOMMONSSHARED_EXPORT
Definition: qtcommons_global.h:16
Exception * clone() const
Definition: csvexporter.h:20
Exception(QString what)
Definition: csvexporter.h:14
const char * what() const noexcept
Definition: csvexporter.h:22
~Exception() noexcept
Definition: csvexporter.h:17
QString mWhat
Definition: csvexporter.h:27
Definition: csvexporter.h:12