Package ch.bailu.gtk.gst
Schnittstelle ResourceError
public interface ResourceError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
used when resource is busy.static final int
used when the resource can't be closed.static final int
a general error which doesn't fit in any other
category.static final int
used when the resource has no space left.static final int
used when the resource can't be opened
due to missing authorization.static final int
used when the resource could not be found.static final int
the number of resource error types.static final int
used when resource fails to open for reading.static final int
used when resource cannot be opened for
both reading and writing, or either (but unspecified which).static final int
used when resource fails to open for writing.static final int
used when the resource can't be read from.static final int
used when a seek on the resource fails.static final int
used when settings can't be manipulated on.static final int
used when a synchronize on the resource fails.static final int
do not use this except as a placeholder for
deciding where to go while developing code.static final int
used when the resource can't be written to.
-
Felddetails
-
FAILED
static final int FAILEDa general error which doesn't fit in any other
category. Make sure you add a custom message to the error call.- Siehe auch:
-
TOO_LAZY
static final int TOO_LAZYdo not use this except as a placeholder for
deciding where to go while developing code.- Siehe auch:
-
NOT_FOUND
static final int NOT_FOUNDused when the resource could not be found.- Siehe auch:
-
BUSY
static final int BUSYused when resource is busy.- Siehe auch:
-
OPEN_READ
static final int OPEN_READused when resource fails to open for reading.- Siehe auch:
-
OPEN_WRITE
static final int OPEN_WRITEused when resource fails to open for writing.- Siehe auch:
-
OPEN_READ_WRITE
static final int OPEN_READ_WRITEused when resource cannot be opened for
both reading and writing, or either (but unspecified which).- Siehe auch:
-
CLOSE
static final int CLOSEused when the resource can't be closed.- Siehe auch:
-
READ
static final int READused when the resource can't be read from.- Siehe auch:
-
WRITE
static final int WRITEused when the resource can't be written to.- Siehe auch:
-
SEEK
static final int SEEKused when a seek on the resource fails.- Siehe auch:
-
SYNC
static final int SYNCused when a synchronize on the resource fails.- Siehe auch:
-
SETTINGS
static final int SETTINGSused when settings can't be manipulated on.- Siehe auch:
-
NO_SPACE_LEFT
static final int NO_SPACE_LEFTused when the resource has no space left.- Siehe auch:
-
NOT_AUTHORIZED
static final int NOT_AUTHORIZEDused when the resource can't be opened
due to missing authorization.
(Since: 1.2.4)- Siehe auch:
-
NUM_ERRORS
static final int NUM_ERRORSthe number of resource error types.- Siehe auch:
-