Yet Another 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
yage
core
exception.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <sstream>
13
#include <stdexcept>
14
15
namespace
yage
16
{
17
18
class
FileLoadException
:
public
std::runtime_error
19
{
20
public
:
21
FileLoadException
(std::string err);
22
23
virtual
char
const
*
what
()
const
throw
();
24
25
private
:
26
std::string err_msg;
27
};
28
29
}
// namespace yage
yage::FileLoadException::what
virtual char const * what() const
Definition:
exception.cpp:25
yage::FileLoadException
Definition:
exception.h:18
yage::FileLoadException::FileLoadException
FileLoadException(std::string err)
Definition:
exception.cpp:15
Generated on Sat Jun 23 2018 15:09:52 by
1.8.6