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