#include <RIFF.h>
Public Member Functions | |
Exception (String Message) | |
void | PrintMessage () |
virtual | ~Exception () |
Public Attributes | |
String | Message |
Definition at line 342 of file RIFF.h.
RIFF::Exception::Exception | ( | String | Message | ) | [inline] |
Reimplemented in DLS::Exception, and gig::Exception.
Definition at line 346 of file RIFF.h.
References Message.
void RIFF::Exception::PrintMessage | ( | ) |
Reimplemented in DLS::Exception, and gig::Exception.
Definition at line 1822 of file RIFF.cpp.
References Message.
Definition at line 344 of file RIFF.h.
Referenced by Exception(), PrintMessage(), gig::Exception::PrintMessage(), and DLS::Exception::PrintMessage().