SpikeStream Library
0.2
|
00001 #include "SpikeStreamXMLException.h" 00002 using namespace spikestream; 00003 00004 00006 SpikeStreamXMLException::SpikeStreamXMLException(QString details) : SpikeStreamException (details) { 00007 this->type = "SpikeStreamXMLException"; 00008 } 00009 00010 00012 SpikeStreamXMLException::~SpikeStreamXMLException(){ 00013 } 00014