YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
InvalidMethodCallException.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_INVALIDMETHODCALLEXCEPTION_HPP
2
# define YAPOG_INVALIDMETHODCALLEXCEPTION_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/Error/Exception.hpp
"
6
7
namespace
yap
8
{
9
class
YAPOG_LIB
InvalidMethodCallException
:
public
Exception
10
{
11
public
:
12
13
explicit
InvalidMethodCallException
(
const
String
& methodName);
14
virtual
~
InvalidMethodCallException
()
throw
();
15
16
InvalidMethodCallException
(
const
InvalidMethodCallException
& copy);
17
InvalidMethodCallException
& operator= (
18
const
InvalidMethodCallException
& copy);
19
20
private
:
21
22
static
const
String
DEFAULT_MESSAGE_PREFIX
;
23
static
const
String
DEFAULT_MESSAGE_SUFFIX
;
24
};
25
}
// namespace yap
26
27
#endif // YAPOG_INVALIDMETHODCALLEXCEPTION_HPP
YAPOG
include
YAPOG
System
Error
InvalidMethodCallException.hpp
Generated on Mon Sep 17 2012 22:24:24 for YAPOG by
1.8.1.1