Thrown when a bitmap fails to load. More...
#include <Bitmap.hpp>

Public Member Functions | |
| Load_Failed (const char *filename__) | |
| Creates a Load_Failed exception. | |
| virtual const char * | what () const throw () |
| Returns the name of the exception as a string. | |
| const char * | filename () const |
| Returns the name of the file that couldn't be loaded. | |
Thrown when a bitmap fails to load.
| a5::Bitmap::Load_Failed::Load_Failed | ( | const char * | filename__ | ) |
Creates a Load_Failed exception.
| virtual const char* a5::Bitmap::Load_Failed::what | ( | ) | const throw () [virtual] |
Returns the name of the exception as a string.
Reimplemented from a5::Exception.
| const char* a5::Bitmap::Load_Failed::filename | ( | ) | const |
Returns the name of the file that couldn't be loaded.
1.7.1