svcore
1.9
|
#include <MIDIEvent.h>
Public Member Functions | |
MIDIException (QString message) throw () | |
virtual | ~MIDIException () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
QString | m_message |
Definition at line 212 of file MIDIEvent.h.
MIDIException::MIDIException | ( | QString | message | ) | throw () [inline] |
Definition at line 215 of file MIDIEvent.h.
virtual MIDIException::~MIDIException | ( | ) | throw () [inline, virtual] |
Definition at line 219 of file MIDIEvent.h.
virtual const char* MIDIException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 221 of file MIDIEvent.h.
References m_message.
Referenced by MIDIFileReader::parseFile().
QString MIDIException::m_message [protected] |
Definition at line 226 of file MIDIEvent.h.
Referenced by what().