Package ch.bailu.gtk.gst
Schnittstelle CoreError
public interface CoreError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
used for caps-related errors.static final int
used for clock related errors.static final int
used if functionality has been disabled at
compile time.static final int
used for event-related errors.static final int
a general error which doesn't fit in any other
category.static final int
used if a plugin is missing.static final int
used for negotiation-related errors.static final int
use this when you do not want to implement
this functionality yet.static final int
the number of core error types.static final int
used for pad-related errors.static final int
used for seek-related errors.static final int
used for state change errors.static final int
used for negotiation-related errors.static final int
used for thread-related errors.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:
-
NOT_IMPLEMENTED
static final int NOT_IMPLEMENTEDuse this when you do not want to implement
this functionality yet.- Siehe auch:
-
STATE_CHANGE
static final int STATE_CHANGEused for state change errors.- Siehe auch:
-
PAD
static final int PADused for pad-related errors.- Siehe auch:
-
THREAD
static final int THREADused for thread-related errors.- Siehe auch:
-
NEGOTIATION
static final int NEGOTIATIONused for negotiation-related errors.- Siehe auch:
-
EVENT
static final int EVENTused for event-related errors.- Siehe auch:
-
SEEK
static final int SEEKused for seek-related errors.- Siehe auch:
-
CAPS
static final int CAPSused for caps-related errors.- Siehe auch:
-
TAG
static final int TAGused for negotiation-related errors.- Siehe auch:
-
MISSING_PLUGIN
static final int MISSING_PLUGINused if a plugin is missing.- Siehe auch:
-
CLOCK
static final int CLOCKused for clock related errors.- Siehe auch:
-
DISABLED
static final int DISABLEDused if functionality has been disabled at
compile time.- Siehe auch:
-
NUM_ERRORS
static final int NUM_ERRORSthe number of core error types.- Siehe auch:
-