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

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

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

List of all members.

Public Member Functions

 IllegalStateException (const char *file, int line, String message)

Detailed Description

is thrown if a operation is called while an object is not in the right state to handle it. For example, if you have to set some options or call some other methods before calling the operation.

Definition at line 48 of file graphAlgorithms.h.


Constructor & Destructor Documentation

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