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

#include <InvalidMethodCallException.hpp>

Inheritance diagram for yap::InvalidMethodCallException:
Collaboration diagram for yap::InvalidMethodCallException:

List of all members.

Public Member Functions

 InvalidMethodCallException (const String &methodName)
virtual ~InvalidMethodCallException () throw ()
 InvalidMethodCallException (const InvalidMethodCallException &copy)
InvalidMethodCallExceptionoperator= (const InvalidMethodCallException &copy)
- Public Member Functions inherited from yap::Exception
 Exception (const String &message)
virtual ~Exception () throw ()
 Exception (const Exception &copy)
Exceptionoperator= (const Exception &copy)
OStreamGetMessage (OStream &oStream) const throw ()

Static Private Attributes

static const String DEFAULT_MESSAGE_PREFIX = "Invalid call to: `"
static const String DEFAULT_MESSAGE_SUFFIX = "'"

Detailed Description

Definition at line 9 of file InvalidMethodCallException.hpp.


Constructor & Destructor Documentation

yap::InvalidMethodCallException::InvalidMethodCallException ( const String methodName)
explicit

Definition at line 10 of file InvalidMethodCallException.cpp.

yap::InvalidMethodCallException::~InvalidMethodCallException ( ) throw ()
virtual

Definition at line 18 of file InvalidMethodCallException.cpp.

yap::InvalidMethodCallException::InvalidMethodCallException ( const InvalidMethodCallException copy)

Definition at line 22 of file InvalidMethodCallException.cpp.


Member Function Documentation

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

Definition at line 28 of file InvalidMethodCallException.cpp.


Member Data Documentation

const String yap::InvalidMethodCallException::DEFAULT_MESSAGE_PREFIX = "Invalid call to: `"
staticprivate

Definition at line 22 of file InvalidMethodCallException.hpp.

const String yap::InvalidMethodCallException::DEFAULT_MESSAGE_SUFFIX = "'"
staticprivate

Definition at line 23 of file InvalidMethodCallException.hpp.


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