SpikeStream Library  0.2
SpikeStreamXMLException.h
Go to the documentation of this file.
00001 #ifndef SPIKESTREAMXMLEXCEPTION_H
00002 #define SPIKESTREAMXMLEXCEPTION_H
00003 
00004 //SpikeStream includes
00005 #include "SpikeStreamException.h"
00006 
00007 namespace spikestream{
00008 
00010         class SpikeStreamXMLException : public SpikeStreamException {
00011                 public:
00012                 SpikeStreamXMLException(QString details);
00013                 ~SpikeStreamXMLException();
00014 
00015         };
00016 
00017 }
00018 
00019 #endif//SPIKESTREAMXMLEXCEPTION_H
00020 
00021 
 All Classes Files Functions Variables Typedefs Defines