de.cau.cs.kieler.kiml.grana
Class AnalysisFailed
java.lang.Object
de.cau.cs.kieler.kiml.grana.AnalysisFailed
public class AnalysisFailed
- extends Object
An analysis should return a subclass of this class if it failed to analyse the graph
and provide meaningful information through the toString
method.
- Rating

AnalysisFailed
public AnalysisFailed(AnalysisFailed.Type theType)
- Constructs a new analysis failed object.
- Parameters:
theType
- the type
getType
public AnalysisFailed.Type getType()
- Returns the type.
- Returns:
- the type
toString
public String toString()
-
- Overrides:
toString
in class Object