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::FrameDecodeException Class Reference

#include <vid_file.h>

Inheritance diagram for VidFile::FrameDecodeException:
VidFile::Exception

Public Member Functions

 FrameDecodeException ()
 
 FrameDecodeException (const FrameDecodeException &other)
 
 FrameDecodeException (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 45 of file vid_file.h.

Constructor & Destructor Documentation

VidFile::FrameDecodeException::FrameDecodeException ( )
inline

Definition at line 47 of file vid_file.h.

VidFile::FrameDecodeException::FrameDecodeException ( const FrameDecodeException other)
inline

Definition at line 48 of file vid_file.h.

48 : Exception( other ) {}
VidFile::FrameDecodeException::FrameDecodeException ( const std::string &  message)
inlineexplicit

Definition at line 49 of file vid_file.h.

49 : Exception( message ) {}

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