$Id$
#include <iostream>
Include dependency graph for GraphException.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | gns |
Defines | |
#define | GraphEx(ex) GraphException(GraphException::ex, "", __LINE__, __FILE__) |
Macro for exception calling. | |
#define | GraphExMsg(ex, msg) GraphException(GraphException::ex, msg, __LINE__, __FILE__) |
Macro for exception calling with a custom message. |
|
Macro for exception calling.
|
|
Macro for exception calling with a custom message.
|