Uses of Class
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.Gml2PathwayError
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml |
-
Uses of Gml2PathwayError in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml that return Gml2PathwayError Modifier and Type Method Description Gml2PathwayErrorGml2PathwayErrorInformation. getError()static Gml2PathwayErrorGml2PathwayError. valueOf(String name)Returns the enum constant of this type with the specified name.static Gml2PathwayError[]Gml2PathwayError. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml with parameters of type Gml2PathwayError Constructor Description Gml2PathwayErrorInformation(Gml2PathwayError error, ArrayList<Attributable> errorSource)Gml2PathwayErrorInformation(Gml2PathwayError error, ArrayList<Attributable> errorSource, String description)Gml2PathwayErrorInformation(Gml2PathwayError error, Attributable errorSource)