svcore  1.9
MIDIException Class Reference

#include <MIDIEvent.h>

List of all members.

Public Member Functions

 MIDIException (QString message) throw ()
virtual ~MIDIException () throw ()
virtual const char * what () const throw ()

Protected Attributes

QString m_message

Detailed Description

Definition at line 212 of file MIDIEvent.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

virtual const char* MIDIException::what ( ) const throw () [inline, virtual]

Definition at line 221 of file MIDIEvent.h.

References m_message.

Referenced by MIDIFileReader::parseFile().


Member Data Documentation

QString MIDIException::m_message [protected]

Definition at line 226 of file MIDIEvent.h.

Referenced by what().


The documentation for this class was generated from the following file: