Class Gml2PathwayErrorInformation
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.Gml2PathwayErrorInformation
public class Gml2PathwayErrorInformation extends Object
-
Constructor Summary
Constructors Constructor Description Gml2PathwayErrorInformation(Gml2PathwayError error, ArrayList<Attributable> errorSource)Gml2PathwayErrorInformation(Gml2PathwayError error, ArrayList<Attributable> errorSource, String description)Gml2PathwayErrorInformation(Gml2PathwayError error, Attributable errorSource) -
Method Summary
Modifier and Type Method Description Collection<Attributable>getCausingGraphElements()StringgetDescription()Gml2PathwayErrorgetError()voidprintMessageToConsole()StringtoString()
-
Constructor Details
-
Gml2PathwayErrorInformation
-
Gml2PathwayErrorInformation
-
Gml2PathwayErrorInformation
public Gml2PathwayErrorInformation(Gml2PathwayError error, ArrayList<Attributable> errorSource, String description)
-
-
Method Details