Quark  0.1
IOException.h++
Go to the documentation of this file.
1 #ifndef __libquark_util_IOException_hxx
2 #define __libquark_util_IOException_hxx
3 
4 #include <quark/Exception.h++>
5 
6 namespace quark {
7 namespace util {
8 
9 class IOException : public Exception
10 {
11  public:
12 
13  IOException(const QString &message);
14 };
15 
16 } // namespace util
17 } // namespace quark
18 
19 #endif // __libquark_util_IOException_hxx
Definition: IOException.h++:9
IOException(const QString &message)
Definition: BarChartView.h++:6
Definition: Exception.h++:13