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