libgig  4.0.0
Korg::Exception Class Reference

Korg format specific exception. More...

#include <Korg.h>

Inheritance diagram for Korg::Exception:
RIFF::Exception

Public Member Functions

 Exception (String Message)
 
void PrintMessage ()
 

Public Attributes

String Message
 

Detailed Description

Korg format specific exception.

Will be thrown whenever a Korg format specific error occurs while trying to access such a file in this format. Note: In your application you should better catch for RIFF::Exception rather than this one, except you explicitly want to catch and handle Korg::Exception and RIFF::Exception independently from each other, which usually shouldn't be necessary though.

Definition at line 199 of file Korg.h.

Constructor & Destructor Documentation

◆ Exception()

Korg::Exception::Exception ( String  Message)

Definition at line 437 of file Korg.cpp.

Member Function Documentation

◆ PrintMessage()

void Korg::Exception::PrintMessage ( )

Definition at line 440 of file Korg.cpp.

References RIFF::Exception::Message.

Member Data Documentation

◆ Message

String RIFF::Exception::Message
inherited

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