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