LoveBrains  1.0.0
Public Member Functions | List of all members
App::AppException Class Reference

Define the exception for the App class. More...

#include <app_exception.h>

Inheritance diagram for App::AppException:

Public Member Functions

 AppException (const char *message) throw ()
 Constructor. More...
 
 ~AppException (void) throw ()
 Destructor.
 
const char * what (void) const throw ()
 Return the error message that has been throw. More...
 

Detailed Description

Define the exception for the App class.

Constructor & Destructor Documentation

App::AppException::AppException ( const char *  message)
throw (
)

Constructor.

Parameters
message: Contains the error message.

Member Function Documentation

const char * App::AppException::what ( void  ) const
throw (
)

Return the error message that has been throw.

Returns
const char *

The documentation for this class was generated from the following files: