Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Audio::CodecNotFoundException Class Reference

#include <Exceptions.h>

Inheritance diagram for Audio::CodecNotFoundException:
Audio::Exception

Public Member Functions

 CodecNotFoundException ()
 
 CodecNotFoundException (const CodecNotFoundException &other)
 
 CodecNotFoundException (const std::string &message)
 
- Public Member Functions inherited from Audio::Exception
 Exception ()
 
 Exception (const Exception &other)
 
 Exception (const std::string &message)
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Codec not found exception

Remarks
thrown when an attempt to open a file with a certain codec fails, or when such codec cannot be found.

Definition at line 48 of file Exceptions.h.

Constructor & Destructor Documentation

Audio::CodecNotFoundException::CodecNotFoundException ( )
inline

Definition at line 50 of file Exceptions.h.

50 {}
Audio::CodecNotFoundException::CodecNotFoundException ( const CodecNotFoundException other)
inline

Definition at line 51 of file Exceptions.h.

51 : Exception(other) {}
Audio::CodecNotFoundException::CodecNotFoundException ( const std::string &  message)
inlineexplicit

Definition at line 52 of file Exceptions.h.

52 : Exception(message) {}

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