SpikeStream Library
0.2
|
#include <SpikeStreamException.h>
Public Member Functions | |
SpikeStreamException (QString details=QString("No details available")) | |
virtual | ~SpikeStreamException () |
virtual QString | getMessage () |
Protected Attributes | |
QString | type |
SpikeStream specific exception. Other SpikeStream exception classes inherit from this class.
Definition at line 8 of file SpikeStreamException.h.
SpikeStreamException::SpikeStreamException | ( | QString | details = QString("No details available") | ) |
Constructor
Definition at line 5 of file SpikeStreamException.cpp.
SpikeStreamException::~SpikeStreamException | ( | ) | [virtual] |
Destructor
Definition at line 12 of file SpikeStreamException.cpp.
QString SpikeStreamException::getMessage | ( | ) | [virtual] |
Returns a message describing the exception
Definition at line 17 of file SpikeStreamException.cpp.
QString spikestream::SpikeStreamException::type [protected] |
Definition at line 15 of file SpikeStreamException.h.