Main Page | Class Hierarchy | Data Structures | File List | Data Fields | Globals

GraphException.hpp File Reference


Detailed Description

Contains Class GraphException interface and implementation.

Author:
Wolfram Koska

$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.


Define Documentation

#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.


Generated on Sun Nov 5 12:05:38 2006 for Graph by  doxygen 1.4.1