SpikeStream Library
0.2
|
00001 #ifndef SPIKESTREAMDBEXCEPTION_H 00002 #define SPIKESTREAMDBEXCEPTION_H 00003 00004 //SpikeStream includes 00005 #include "SpikeStreamException.h" 00006 00007 namespace spikestream { 00008 00010 class SpikeStreamDBException : public SpikeStreamException { 00011 public: 00012 SpikeStreamDBException(QString details); 00013 ~SpikeStreamDBException(); 00014 00015 }; 00016 } 00017 00018 #endif//SPIKESTREAMDBEXCEPTION_H 00019 00020