#include <MIDIEvent.h>

Inheritance diagram for MIDIException:
Inheritance graph
Collaboration diagram for MIDIException:
Collaboration graph

Public Member Functions

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

Protected Attributes

QString m_message
 

Detailed Description

Definition at line 221 of file MIDIEvent.h.

Constructor & Destructor Documentation

MIDIException::MIDIException ( QString  message)
throw (
)
inline

Definition at line 224 of file MIDIEvent.h.

virtual MIDIException::~MIDIException ( )
throw (
)
inlinevirtual

Definition at line 228 of file MIDIEvent.h.

Member Function Documentation

const char* MIDIException::what ( ) const
throw (
)
inlineoverride

Definition at line 230 of file MIDIEvent.h.

Referenced by MIDIFileReader::parseFile().

Member Data Documentation

QString MIDIException::m_message
protected

Definition at line 237 of file MIDIEvent.h.


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