Package ch.bailu.gtk.glib
Interface KeyFileError
public interface KeyFileError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final inta requested group was not foundstatic final inta value could not be parsedstatic final inta requested key was not foundstatic final intthe file was not foundstatic final intdocument was ill-formedstatic final intthe 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:
-