Public Member Functions

a5::Font::Load_Failed Class Reference
[ExceptionText]

Thrown when a font fails to load. More...

#include <Text.hpp>

Inheritance diagram for a5::Font::Load_Failed:
Inheritance graph

List of all members.

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.

Detailed Description

Thrown when a font fails to load.


Constructor & Destructor Documentation

a5::Font::Load_Failed::Load_Failed ( const char *  filename__  ) 

Creates a Load_Failed exception.


Member Function Documentation

virtual const char* a5::Font::Load_Failed::what (  )  const throw () [virtual]

Returns the name of the exception as a string.

Reimplemented from a5::Exception.

const char* a5::Font::Load_Failed::filename (  )  const

Returns the name of the file that couldn't be loaded.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Defines