Package ch.bailu.gtk.gst
Schnittstelle ParseError
public interface ParseError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
There was an error setting a propertystatic final int
A delayed link did not get resolved.static final int
An empty description was specifiedstatic final int
An empty bin was specified.static final int
There was an error linking two pads.static final int
The description contained an unknown elementstatic final int
An element did not have a specified propertystatic final int
A 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:
-