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

#include <Exceptions.h>

Inheritance diagram for Audio::FileFormatException:
Audio::Exception

Public Member Functions

 FileFormatException ()
 
 FileFormatException (const FileFormatException &other)
 
 FileFormatException (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 Format exception

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

Definition at line 59 of file Exceptions.h.

Constructor & Destructor Documentation

Audio::FileFormatException::FileFormatException ( )
inline

Definition at line 61 of file Exceptions.h.

61 {}
Audio::FileFormatException::FileFormatException ( const FileFormatException other)
inline

Definition at line 62 of file Exceptions.h.

62 : Exception(other) {}
Audio::FileFormatException::FileFormatException ( const std::string &  message)
inlineexplicit

Definition at line 63 of file Exceptions.h.

63 : Exception(message) {}

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