svcore  1.9
MIDIException Class Reference

#include <MIDIEvent.h>

Inheritance diagram for MIDIException:
Collaboration diagram for MIDIException:

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::MIDIException ( QString  message)
throw (
)
inline

Definition at line 215 of file MIDIEvent.h.

◆ ~MIDIException()

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

Definition at line 219 of file MIDIEvent.h.

Member Function Documentation

◆ what()

virtual const char* MIDIException::what ( ) const
throw (
)
inlinevirtual

Definition at line 221 of file MIDIEvent.h.

References m_message.

Referenced by MIDIFileReader::parseFile().

Member Data Documentation

◆ m_message

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: