Package ch.bailu.gtk.glib
Schnittstelle KeyFileError
public interface KeyFileError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
Felddetails
-
UNKNOWN_ENCODING
static final int UNKNOWN_ENCODINGthe text being parsed was in
an unknown encoding- Siehe auch:
-
PARSE
static final int PARSEdocument was ill-formed- Siehe auch:
-
NOT_FOUND
static final int NOT_FOUNDthe file was not found- Siehe auch:
-
KEY_NOT_FOUND
static final int KEY_NOT_FOUNDa requested key was not found- Siehe auch:
-
GROUP_NOT_FOUND
static final int GROUP_NOT_FOUNDa requested group was not found- Siehe auch:
-
INVALID_VALUE
static final int INVALID_VALUEa value could not be parsed- Siehe auch:
-