Nymph Game Engine
Chaiscript based Game Engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
malformed_map_layer_exception.h
Go to the documentation of this file.
1
#ifndef MALFORMED_MAP_LAYER_EXCEPTION_H
2
#define MALFORMED_MAP_LAYER_EXCEPTION_H
3
4
#include <exception>
5
6
namespace
Exceptions {
7
class
MalformedMapLayerException
:
public
std::exception {
8
public
:
9
MalformedMapLayerException
() {
10
}
11
12
virtual
const
char
*
what
()
const
throw() {
13
return
"Map layer was malformed and cannot be decoded and inflated."
;
14
}
15
};
16
}
17
18
#endif
Exceptions::MalformedMapLayerException::what
virtual const char * what() const
Definition:
malformed_map_layer_exception.h:12
Exceptions::MalformedMapLayerException
Definition:
malformed_map_layer_exception.h:7
Exceptions::MalformedMapLayerException::MalformedMapLayerException
MalformedMapLayerException()
Definition:
malformed_map_layer_exception.h:9
src
exceptions
malformed_map_layer_exception.h
Generated on Sun Jan 14 2018 21:47:00 for Nymph Game Engine by
1.8.6