Package ch.bailu.gtk.glib
Schnittstelle BookmarkFileError
public interface BookmarkFileError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
a requested application did
not register a bookmarkstatic final int
requested file was not foundstatic final int
URI was ill-formedstatic final int
a requested field was not foundstatic final int
document was ill formedstatic final int
the text being parsed was
in an unknown encodingstatic final int
a requested URI was not foundstatic final int
an error occurred while writing
-
Felddetails
-
INVALID_URI
static final int INVALID_URIURI was ill-formed- Siehe auch:
-
INVALID_VALUE
static final int INVALID_VALUEa requested field was not found- Siehe auch:
-
APP_NOT_REGISTERED
static final int APP_NOT_REGISTEREDa requested application did
not register a bookmark- Siehe auch:
-
URI_NOT_FOUND
static final int URI_NOT_FOUNDa requested URI was not found- Siehe auch:
-
READ
static final int READdocument was ill formed- Siehe auch:
-
UNKNOWN_ENCODING
static final int UNKNOWN_ENCODINGthe text being parsed was
in an unknown encoding- Siehe auch:
-
WRITE
static final int WRITEan error occurred while writing- Siehe auch:
-
FILE_NOT_FOUND
static final int FILE_NOT_FOUNDrequested file was not found- Siehe auch:
-