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

#include <Exceptions.h>

Inheritance diagram for Audio::FileOpenException:
Audio::Exception

Public Member Functions

 FileOpenException ()
 
 FileOpenException (const FileOpenException &other)
 
 FileOpenException (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

File Open exception

Remarks
thrown when an unrecoverable attempt to open a file fails.

Definition at line 36 of file Exceptions.h.

Constructor & Destructor Documentation

Audio::FileOpenException::FileOpenException ( )
inline

Definition at line 38 of file Exceptions.h.

38 {}
Audio::FileOpenException::FileOpenException ( const FileOpenException other)
inline

Definition at line 39 of file Exceptions.h.

39 : Exception(other) {}
Audio::FileOpenException::FileOpenException ( const std::string &  message)
inlineexplicit

Definition at line 40 of file Exceptions.h.

40 : Exception(message) {}

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