TDME2
1.9.121
src
tdme
audio
decoder
AudioDecoderException.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
tdme/tdme.h
>
4
#include <
tdme/audio/decoder/fwd-tdme.h
>
5
#include <
tdme/utilities/fwd-tdme.h
>
6
#include <
tdme/utilities/ExceptionBase.h
>
7
8
using
tdme::utilities::ExceptionBase
;
9
10
/**
11
* Audio decoder exception
12
* @author Andreas Drewke
13
* @version $Id$
14
*/
15
class
tdme::audio::decoder::AudioDecoderException
:
public
ExceptionBase
16
{
17
public
:
18
19
/**
20
* @brief Public constructor
21
* @param message message exception message
22
*/
23
AudioDecoderException
(
const
string
& message)
throw
();
24
25
};
ExceptionBase.h
fwd-tdme.h
tdme::audio::decoder::AudioDecoderException
Audio decoder exception.
Definition:
AudioDecoderException.h:16
tdme::audio::decoder::AudioDecoderException::AudioDecoderException
AudioDecoderException(const string &message)
Public constructor.
Definition:
AudioDecoderException.cpp:10
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:20
tdme.h
fwd-tdme.h
Generated by
1.9.3