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