Thrown when a function requiring a non-loaded addon is called. More...
#include <common.hpp>

Public Member Functions | |
| Need_Addon (const char *addon__) | |
| Creates a Need_Addon exception. | |
| virtual const char * | what () const throw () |
| Returns the name of the exception as a string. | |
| const char * | addon () const |
| Returns the name of the missing addon. | |
Thrown when a function requiring a non-loaded addon is called.
| a5::Need_Addon::Need_Addon | ( | const char * | addon__ | ) |
Creates a Need_Addon exception.
| virtual const char* a5::Need_Addon::what | ( | ) | const throw () [virtual] |
Returns the name of the exception as a string.
Reimplemented from a5::Exception.
| const char* a5::Need_Addon::addon | ( | ) | const |
Returns the name of the missing addon.
1.7.1