Public Member Functions

a5::Need_Addon Class Reference
[ExceptionCommon]

Thrown when a function requiring a non-loaded addon is called. More...

#include <common.hpp>

Inheritance diagram for a5::Need_Addon:
Inheritance graph

List of all members.

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.

Detailed Description

Thrown when a function requiring a non-loaded addon is called.


Constructor & Destructor Documentation

a5::Need_Addon::Need_Addon ( const char *  addon__  ) 

Creates a Need_Addon exception.


Member Function Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Defines