Package ch.bailu.gtk.gst
Schnittstelle ParseError
public interface ParseError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThere was an error setting a propertystatic final intA delayed link did not get resolved.static final intAn empty description was specifiedstatic final intAn empty bin was specified.static final intThere was an error linking two pads.static final intThe description contained an unknown elementstatic final intAn element did not have a specified propertystatic final intA syntax error occurred.
-
Felddetails
-
SYNTAX
static final int SYNTAXA syntax error occurred.- Siehe auch:
-
NO_SUCH_ELEMENT
static final int NO_SUCH_ELEMENTThe description contained an unknown element- Siehe auch:
-
NO_SUCH_PROPERTY
static final int NO_SUCH_PROPERTYAn element did not have a specified property- Siehe auch:
-
LINK
static final int LINKThere was an error linking two pads.- Siehe auch:
-
COULD_NOT_SET_PROPERTY
static final int COULD_NOT_SET_PROPERTYThere was an error setting a property- Siehe auch:
-
EMPTY_BIN
static final int EMPTY_BINAn empty bin was specified.- Siehe auch:
-
EMPTY
static final int EMPTYAn empty description was specified- Siehe auch:
-
DELAYED_LINK
static final int DELAYED_LINKA delayed link did not get resolved.- Siehe auch:
-