Package ch.bailu.gtk.gst
Schnittstelle URIError
public interface URIError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
There was a problem with the entity that
the URI referencesstatic final int
Could not set or change the URI because the
URI handler was in a state where that is not possible or not permittedstatic final int
There was a problem with the URIstatic final int
The protocol is not supported
-
Felddetails
-
UNSUPPORTED_PROTOCOL
static final int UNSUPPORTED_PROTOCOLThe protocol is not supported- Siehe auch:
-
BAD_URI
static final int BAD_URIThere was a problem with the URI- Siehe auch:
-
BAD_STATE
static final int BAD_STATECould not set or change the URI because the
URI handler was in a state where that is not possible or not permitted- Siehe auch:
-
BAD_REFERENCE
static final int BAD_REFERENCEThere was a problem with the entity that
the URI references- Siehe auch:
-