Thrown when video memory has been lost. More...
#include <OSDLSurface.h>
Public Member Functions | |
VideoMemoryLostException (const std::string &message) | |
VideoMemoryLostException () | |
Constructor with no message, used when no particular reason is known. | |
virtual | ~VideoMemoryLostException () throw () |
Thrown when video memory has been lost.
Definition at line 143 of file OSDLSurface.h.
VideoMemoryLostException::VideoMemoryLostException | ( | const std::string & | message | ) |
Definition at line 119 of file OSDLSurface.cc.
VideoMemoryLostException::VideoMemoryLostException | ( | ) |
Constructor with no message, used when no particular reason is known.
Definition at line 128 of file OSDLSurface.cc.
VideoMemoryLostException::~VideoMemoryLostException | ( | ) | throw () [virtual] |
Definition at line 136 of file OSDLSurface.cc.