Package ch.bailu.gtk.glib
Interface KeyFileError
public interface KeyFileError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
a requested group was not foundstatic final int
a value could not be parsedstatic final int
a requested key was not foundstatic final int
the file was not foundstatic final int
document was ill-formedstatic final int
the text being parsed was in
an unknown encoding
-
Field Details
-
UNKNOWN_ENCODING
static final int UNKNOWN_ENCODINGthe text being parsed was in
an unknown encoding- See Also:
-
PARSE
static final int PARSEdocument was ill-formed- See Also:
-
NOT_FOUND
static final int NOT_FOUNDthe file was not found- See Also:
-
KEY_NOT_FOUND
static final int KEY_NOT_FOUNDa requested key was not found- See Also:
-
GROUP_NOT_FOUND
static final int GROUP_NOT_FOUNDa requested group was not found- See Also:
-
INVALID_VALUE
static final int INVALID_VALUEa value could not be parsed- See Also:
-