|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.AnalysisFailed
public class AnalysisFailed
An analysis should return a subclass of this class if it failed to analyse
the graph and provide meaningful information through the toString
method.
Nested Class Summary | |
---|---|
static class |
AnalysisFailed.Type
the analysis failed types. |
Constructor Summary | |
---|---|
AnalysisFailed(AnalysisFailed.Type theType)
Constructs a new analysis failed object. |
|
AnalysisFailed(AnalysisFailed.Type theType,
Exception e)
Constructs a new analysis failed object. |
Method Summary | |
---|---|
Exception |
getException()
Returns the associated exception. |
AnalysisFailed.Type |
getType()
Returns the type. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnalysisFailed(AnalysisFailed.Type theType)
theType
- the typepublic AnalysisFailed(AnalysisFailed.Type theType, Exception e)
theType
- the typee
- the exceptionMethod Detail |
---|
public AnalysisFailed.Type getType()
public Exception getException()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |