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

#include <Exceptions.h>

Inheritance diagram for Audio::ResourceNotLoadedException:
Audio::Exception

Public Member Functions

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

Resource not loaded exception

Remarks
thrown when an attempt to access a resource that hasn't been loaded yet is made, within a context where automatic loading is not possible.

Definition at line 102 of file Exceptions.h.

Constructor & Destructor Documentation

Audio::ResourceNotLoadedException::ResourceNotLoadedException ( )
inline

Definition at line 104 of file Exceptions.h.

104 {}
Audio::ResourceNotLoadedException::ResourceNotLoadedException ( const ResourceNotLoadedException other)
inline

Definition at line 105 of file Exceptions.h.

105 : Exception(other) {}
Audio::ResourceNotLoadedException::ResourceNotLoadedException ( const std::string &  message)
inlineexplicit

Definition at line 106 of file Exceptions.h.

106 : Exception(message) {}

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