exception Class Reference

#include <exception.hpp>

Inheritance diagram for exception:

Inheritance graph
[legend]
Collaboration diagram for exception:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 52 of file exception.hpp.


Public Member Functions

 exception (const wchar_t *format,...)
const wchar_t * get_message () const
virtual ~exception ()

Protected Member Functions

 exception ()

Protected Attributes

wchar_t * message

Constructor & Destructor Documentation

exception (  )  [protected]

Definition at line 79 of file exception.cpp.

exception ( const wchar_t *  format,
  ... 
)

Definition at line 84 of file exception.cpp.

References MAKE_MESSAGE.

~exception (  )  [virtual]

Definition at line 90 of file exception.cpp.

References exception::message.


Member Function Documentation

const wchar_t * get_message (  )  const

Definition at line 95 of file exception.cpp.

References exception::message.

Referenced by application::application(), load_scenery_thread::run(), and SDL_main().


Member Data Documentation

wchar_t* message [protected]

Definition at line 55 of file exception.hpp.

Referenced by exception::get_message(), and exception::~exception().


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

Generated on Sat Mar 1 13:50:05 2008 for Periapsis Project by  doxygen 1.5.5