YAPOG  0.0.1
Yet Another Pokemon Online Game
Exception.hpp File Reference
#include <exception>
#include "YAPOG/Macros.hpp"
#include "YAPOG/System/IOStream.hpp"
#include "YAPOG/System/String.hpp"
Include dependency graph for Exception.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yap::Exception

Namespaces

namespace  yap

Macros

#define YAPOG_EXCEPTION_MESSAGE_PREFIX
#define YAPOG_THROW(MESSAGE)   throw yap::Exception (YAPOG_EXCEPTION_MESSAGE_PREFIX MESSAGE)

Macro Definition Documentation

#define YAPOG_EXCEPTION_MESSAGE_PREFIX
Value:
"[YAPOG exception][" __FILE__ ":" + \

Definition at line 10 of file Exception.hpp.

#define YAPOG_THROW (   MESSAGE)    throw yap::Exception (YAPOG_EXCEPTION_MESSAGE_PREFIX MESSAGE)

Definition at line 13 of file Exception.hpp.