![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <ContentLoadingFailException.hpp>
Public Member Functions | |
| ContentLoadingFailException (const String &contentName) | |
| virtual | ~ContentLoadingFailException () throw () |
| ContentLoadingFailException (const ContentLoadingFailException ©) | |
| ContentLoadingFailException & | operator= (const ContentLoadingFailException ©) |
Public Member Functions inherited from yap::Exception | |
| Exception (const String &message) | |
| virtual | ~Exception () throw () |
| Exception (const Exception ©) | |
| Exception & | operator= (const Exception ©) |
| OStream & | GetMessage (OStream &oStream) const throw () |
Static Private Attributes | |
| static const String | DEFAULT_MESSAGE_PREFIX = "Failed to load content: `" |
| static const String | DEFAULT_MESSAGE_SUFFIX = "'" |
Definition at line 9 of file ContentLoadingFailException.hpp.
|
explicit |
Definition at line 10 of file ContentLoadingFailException.cpp.
|
virtual |
Definition at line 18 of file ContentLoadingFailException.cpp.
| yap::ContentLoadingFailException::ContentLoadingFailException | ( | const ContentLoadingFailException & | copy | ) |
Definition at line 22 of file ContentLoadingFailException.cpp.
| ContentLoadingFailException & yap::ContentLoadingFailException::operator= | ( | const ContentLoadingFailException & | copy | ) |
Definition at line 28 of file ContentLoadingFailException.cpp.
|
staticprivate |
Definition at line 22 of file ContentLoadingFailException.hpp.
|
staticprivate |
Definition at line 23 of file ContentLoadingFailException.hpp.