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

#include <ContentLoadingFailException.hpp>

Inheritance diagram for yap::ContentLoadingFailException:
Collaboration diagram for yap::ContentLoadingFailException:

List of all members.

Public Member Functions

 ContentLoadingFailException (const String &contentName)
virtual ~ContentLoadingFailException () throw ()
 ContentLoadingFailException (const ContentLoadingFailException &copy)
ContentLoadingFailExceptionoperator= (const ContentLoadingFailException &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 = "Failed to load content: `"
static const String DEFAULT_MESSAGE_SUFFIX = "'"

Detailed Description

Definition at line 9 of file ContentLoadingFailException.hpp.


Constructor & Destructor Documentation

yap::ContentLoadingFailException::ContentLoadingFailException ( const String contentName)
explicit

Definition at line 10 of file ContentLoadingFailException.cpp.

yap::ContentLoadingFailException::~ContentLoadingFailException ( ) throw ()
virtual

Definition at line 18 of file ContentLoadingFailException.cpp.

yap::ContentLoadingFailException::ContentLoadingFailException ( const ContentLoadingFailException copy)

Definition at line 22 of file ContentLoadingFailException.cpp.


Member Function Documentation

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

Definition at line 28 of file ContentLoadingFailException.cpp.


Member Data Documentation

const String yap::ContentLoadingFailException::DEFAULT_MESSAGE_PREFIX = "Failed to load content: `"
staticprivate

Definition at line 22 of file ContentLoadingFailException.hpp.

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

Definition at line 23 of file ContentLoadingFailException.hpp.


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