#include "gnClone.h"
#include "gn/gnExceptionCode.h"
#include <string>
#include <list>
Include dependency graph for gnException.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | gnException |
Defines | |
#define | STACK_TRACE_END |
#define | STACK_TRACE_START |
#define | Throw_gnEx(code) throw gnException(__FILE__, __LINE__, __PRETTY_FUNCTION__, code, "") |
#define | Throw_gnExMsg(code, msg) throw gnException(__FILE__, __LINE__, __PRETTY_FUNCTION__, code, msg) |
Functions | |
GNDLLEXPORT std::ostream & | operator<< (std::ostream &os, const gnException &gne) |
|
|
|
|
Definition at line 54 of file gnException.h. |
|
|