Package ch.bailu.gtk.gtk
Interface CssParserError
public interface CssParserError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Unknown failure.static final int
Failed to import a resourcestatic final int
The given name has not been definedstatic final int
The given text does not form valid syntaxstatic final int
The given value is not correct
-
Field Details
-
FAILED
static final int FAILEDUnknown failure.- See Also:
-
SYNTAX
static final int SYNTAXThe given text does not form valid syntax- See Also:
-
IMPORT
static final int IMPORTFailed to import a resource- See Also:
-
NAME
static final int NAMEThe given name has not been defined- See Also:
-
UNKNOWN_VALUE
static final int UNKNOWN_VALUEThe given value is not correct- See Also:
-