Package ch.bailu.gtk.gst
Schnittstelle LibraryError
public interface LibraryError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
used when the library generated an encoding error.static final int
a general error which doesn't fit in any other
category.static final int
used when the library could not be opened.static final int
the number of library error types.static final int
used when the library doesn't accept settings.static final int
used when the library could not be closed.static final int
do not use this except as a placeholder for
deciding where to go while developing code.
-
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:
-
INIT
static final int INITused when the library could not be opened.- Siehe auch:
-
SHUTDOWN
static final int SHUTDOWNused when the library could not be closed.- Siehe auch:
-
SETTINGS
static final int SETTINGSused when the library doesn't accept settings.- Siehe auch:
-
ENCODE
static final int ENCODEused when the library generated an encoding error.- Siehe auch:
-
NUM_ERRORS
static final int NUM_ERRORSthe number of library error types.- Siehe auch:
-