BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
BALL::GRAPH::UnconnectedGraphException Class Reference

#include <BALL/DATATYPE/GRAPH/graphAlgorithms.h>

Inheritance diagram for BALL::GRAPH::UnconnectedGraphException:
BALL::Exception::GeneralException

List of all members.

Public Member Functions

 UnconnectedGraphException (const char *file, int line)
 UnconnectedGraphException (const char *file, int line, BALL::String computation)

Detailed Description

Is thrown if a function, which operates on connected graphs, is called with a unconnected graph.

Definition at line 58 of file graphAlgorithms.h.


Constructor & Destructor Documentation

BALL::GRAPH::UnconnectedGraphException::UnconnectedGraphException ( const char *  file,
int  line,
BALL::String  computation 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines