libgig  4.0.0.6svn2980
DLS::Exception Class Reference

Will be thrown whenever a DLS specific error occurs while trying to access a DLS File. More...

#include <DLS.h>

Inheritance diagram for DLS::Exception:
RIFF::Exception gig::Exception

Public Member Functions

 Exception (String Message)
 
void PrintMessage ()
 

Public Attributes

String Message
 

Detailed Description

Will be thrown whenever a DLS specific error occurs while trying to access a DLS File.

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 553 of file DLS.h.

Constructor & Destructor Documentation

DLS::Exception::Exception ( String  Message)

Definition at line 1971 of file DLS.cpp.

Member Function Documentation

void DLS::Exception::PrintMessage ( )

Definition at line 1974 of file DLS.cpp.

References RIFF::Exception::Message.

Member Data Documentation

String RIFF::Exception::Message
inherited

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