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

#include <vid_file.h>

Inheritance diagram for VidFile::FileOpenException:
VidFile::Exception

Public Member Functions

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

Constructor & Destructor Documentation

VidFile::FileOpenException::FileOpenException ( )
inline

Definition at line 40 of file vid_file.h.

40 : FileOpenException() {}
VidFile::FileOpenException::FileOpenException ( const FileOpenException other)
inline

Definition at line 41 of file vid_file.h.

41 : Exception( other ) {}
VidFile::FileOpenException::FileOpenException ( const std::string &  message)
inlineexplicit

Definition at line 42 of file vid_file.h.

42 : Exception( message ) {}

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