Package ch.bailu.gtk.glib
Schnittstelle KeyFileError
public interface KeyFileError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
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:
-