YAPOG  0.0.1
Yet Another Pokemon Online Game
ContentLoadingFailException.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CONTENTLOADINGFAILEXCEPTION_HPP
2 # define YAPOG_CONTENTLOADINGFAILEXCEPTION_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace yap
8 {
10  {
11  public:
12 
13  explicit ContentLoadingFailException (const String& contentName);
14  virtual ~ContentLoadingFailException () throw ();
15 
17  ContentLoadingFailException& operator= (
18  const ContentLoadingFailException& copy);
19 
20  private:
21 
24  };
25 } // namespace yap
26 
27 #endif // YAPOG_CONTENTLOADINGFAILEXCEPTION_HPP