#include <DLS.h>
Public Member Functions | |
Exception (String Message) | |
void | PrintMessage () |
Public Attributes | |
String | Message |
Note: In your application you should better catch for RIFF::Exception rather than this one, except you explicitly want to catch and handle DLS::Exception and RIFF::Exception independently, which usually shouldn't be necessary though.
Definition at line 533 of file DLS.h.
DLS::Exception::Exception | ( | String | Message | ) |
void DLS::Exception::PrintMessage | ( | ) |
Reimplemented from RIFF::Exception.
Reimplemented in gig::Exception.
Definition at line 1635 of file DLS.cpp.
References RIFF::Exception::Message.
String RIFF::Exception::Message [inherited] |
Definition at line 329 of file RIFF.h.
Referenced by gig::Exception::PrintMessage(), PrintMessage(), and RIFF::Exception::~Exception().