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