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

#include <Exceptions.h>

Inheritance diagram for Audio::ResourceAlreadyLoadedException:
Audio::Exception

Public Member Functions

 ResourceAlreadyLoadedException ()
 
 ResourceAlreadyLoadedException (const ResourceAlreadyLoadedException &other)
 
 ResourceAlreadyLoadedException (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 already loaded exception

Remarks
thrown when an attempt to load a resource that has already been loaded is made, within a context where transparent failure is not desirable, or such decision left to the caller (such cases should be explicitly documented).

Definition at line 115 of file Exceptions.h.

Constructor & Destructor Documentation

Audio::ResourceAlreadyLoadedException::ResourceAlreadyLoadedException ( )
inline

Definition at line 117 of file Exceptions.h.

117 {}
Audio::ResourceAlreadyLoadedException::ResourceAlreadyLoadedException ( const ResourceAlreadyLoadedException other)
inline

Definition at line 118 of file Exceptions.h.

118 : Exception(other) {}
Audio::ResourceAlreadyLoadedException::ResourceAlreadyLoadedException ( const std::string &  message)
inlineexplicit

Definition at line 119 of file Exceptions.h.

119 : Exception(message) {}

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