libgig 4.4.1
RIFF::Exception Class Reference

Will be thrown whenever an error occurs while handling a RIFF file. More...

#include <RIFF.h>

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

Public Member Functions

 Exception (String format,...)
 
 Exception (String format, va_list arg)
 
void PrintMessage ()
 

Public Attributes

String Message
 

Static Protected Member Functions

static String assemble (String format, va_list arg)
 

Detailed Description

Will be thrown whenever an error occurs while handling a RIFF file.

Definition at line 391 of file RIFF.h.

Constructor & Destructor Documentation

◆ Exception() [1/3]

RIFF::Exception::Exception ( String  format,
  ... 
)

Definition at line 2682 of file RIFF.cpp.

◆ Exception() [2/3]

RIFF::Exception::Exception ( String  format,
va_list  arg 
)

Definition at line 2689 of file RIFF.cpp.

◆ ~Exception()

virtual RIFF::Exception::~Exception ( )
inlinevirtual

Definition at line 398 of file RIFF.h.

◆ Exception() [3/3]

RIFF::Exception::Exception ( )
protected

Definition at line 2679 of file RIFF.cpp.

Member Function Documentation

◆ assemble()

String RIFF::Exception::assemble ( String  format,
va_list  arg 
)
staticprotected

Definition at line 2697 of file RIFF.cpp.

◆ PrintMessage()

void RIFF::Exception::PrintMessage ( )

Definition at line 2693 of file RIFF.cpp.

Member Data Documentation

◆ Message

String RIFF::Exception::Message

Definition at line 393 of file RIFF.h.


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