YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::Exception Class Reference

#include <Exception.hpp>

Inheritance diagram for yap::Exception:
Collaboration diagram for yap::Exception:

List of all members.

Public Member Functions

 Exception (const String &message)
virtual ~Exception () throw ()
 Exception (const Exception &copy)
Exceptionoperator= (const Exception &copy)
OStreamGetMessage (OStream &oStream) const throw ()

Private Attributes

String message_

Detailed Description

Definition at line 18 of file Exception.hpp.


Constructor & Destructor Documentation

yap::Exception::Exception ( const String message)
explicit

Definition at line 5 of file Exception.cpp.

yap::Exception::~Exception ( ) throw ()
virtual

Definition at line 11 of file Exception.cpp.

yap::Exception::Exception ( const Exception copy)

Definition at line 15 of file Exception.cpp.


Member Function Documentation

OStream & yap::Exception::GetMessage ( OStream oStream) const throw ()

Definition at line 31 of file Exception.cpp.

Here is the caller graph for this function:

Exception & yap::Exception::operator= ( const Exception copy)

Definition at line 21 of file Exception.cpp.


Member Data Documentation

String yap::Exception::message_
private

Definition at line 32 of file Exception.hpp.


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