BALL
1.4.1
|
#include <BALL/DATATYPE/GRAPH/graphAlgorithms.h>
Public Member Functions | |
UnconnectedGraphException (const char *file, int line) | |
UnconnectedGraphException (const char *file, int line, BALL::String computation) |
Is thrown if a function, which operates on connected graphs, is called with a unconnected graph.
Definition at line 58 of file graphAlgorithms.h.
BALL::GRAPH::UnconnectedGraphException::UnconnectedGraphException | ( | const char * | file, |
int | line | ||
) |
BALL::GRAPH::UnconnectedGraphException::UnconnectedGraphException | ( | const char * | file, |
int | line, | ||
BALL::String | computation | ||
) |