TDME2
1.9.200
src
tdme
video
decoder
VideoDecoderException.cpp
Go to the documentation of this file.
1
#include <
tdme/video/decoder/VideoDecoderException.h
>
2
3
#include <
tdme/tdme.h
>
4
#include <
tdme/utilities/ExceptionBase.h
>
5
6
using
tdme::video::decoder::VideoDecoderException
;
7
8
using
tdme::utilities::ExceptionBase
;
9
10
VideoDecoderException::VideoDecoderException(
const
string
& message)
throw
() :
ExceptionBase
(message) {
11
}
ExceptionBase.h
VideoDecoderException.h
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:19
tdme::video::decoder::VideoDecoderException
Audio decoder exception.
Definition:
VideoDecoderException.h:15
tdme.h
Generated by
1.9.1