SpikeStream Library  0.2
SpikeStreamDBException.cpp
Go to the documentation of this file.
00001 #include "SpikeStreamDBException.h"
00002 using namespace spikestream;
00003 
00004 
00006 SpikeStreamDBException::SpikeStreamDBException(QString details) : SpikeStreamException (details) {
00007        this->type = "SpikeStreamDBException";
00008 }
00009 
00010 
00012 SpikeStreamDBException::~SpikeStreamDBException(){
00013 }
00014 
 All Classes Files Functions Variables Typedefs Defines