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
VidFile::UnsupportedCodecException Class Reference

#include <vid_file.h>

Inheritance diagram for VidFile::UnsupportedCodecException:
VidFile::Exception

Public Member Functions

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

Detailed Description

Definition at line 31 of file vid_file.h.

Constructor & Destructor Documentation

VidFile::UnsupportedCodecException::UnsupportedCodecException ( )
inline

Definition at line 33 of file vid_file.h.

VidFile::UnsupportedCodecException::UnsupportedCodecException ( const UnsupportedCodecException other)
inline

Definition at line 34 of file vid_file.h.

34 : Exception( other ) {}
VidFile::UnsupportedCodecException::UnsupportedCodecException ( const std::string &  message)
inlineexplicit

Definition at line 35 of file vid_file.h.

35 : Exception( message ) {}

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