Package ch.bailu.gtk.glib
Interface BookmarkFileError
public interface BookmarkFileError
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Field Details
-
INVALID_URI
static final int INVALID_URIURI was ill-formed- See Also:
-
INVALID_VALUE
static final int INVALID_VALUEa requested field was not found- See Also:
-
APP_NOT_REGISTERED
static final int APP_NOT_REGISTEREDa requested application did
not register a bookmark- See Also:
-
URI_NOT_FOUND
static final int URI_NOT_FOUNDa requested URI was not found- See Also:
-
READ
static final int READdocument was ill formed- See Also:
-
UNKNOWN_ENCODING
static final int UNKNOWN_ENCODINGthe text being parsed was
in an unknown encoding- See Also:
-
WRITE
static final int WRITEan error occurred while writing- See Also:
-
FILE_NOT_FOUND
static final int FILE_NOT_FOUNDrequested file was not found- See Also:
-