Package ch.bailu.gtk.gtk
Interface RecentManagerError
public interface RecentManagerError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intthe supplied string is not
UTF-8 encoded.static final intthe URI specified is not valid.static final intthe URI specified does not exists in
the recently used resources list.static final intno application has registered
the specified item.static final intfailure while reading the recently used
resources file.static final intunspecified error.static final intfailure while writing the recently used
resources file.
-
Field Details
-
NOT_FOUND
static final int NOT_FOUNDthe URI specified does not exists in
the recently used resources list.- See Also:
-
INVALID_URI
static final int INVALID_URIthe URI specified is not valid.- See Also:
-
INVALID_ENCODING
static final int INVALID_ENCODINGthe supplied string is not
UTF-8 encoded.- See Also:
-
NOT_REGISTERED
static final int NOT_REGISTEREDno application has registered
the specified item.- See Also:
-
READ
static final int READfailure while reading the recently used
resources file.- See Also:
-
WRITE
static final int WRITEfailure while writing the recently used
resources file.- See Also:
-
UNKNOWN
static final int UNKNOWNunspecified error.- See Also:
-