Schnittstelle URIError


public interface URIError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    There was a problem with the entity that
    the URI references
    static final int
    Could not set or change the URI because the
    URI handler was in a state where that is not possible or not permitted
    static final int
    There was a problem with the URI
    static final int
    The protocol is not supported
  • Felddetails

    • UNSUPPORTED_PROTOCOL

      static final int UNSUPPORTED_PROTOCOL
      The protocol is not supported
      Siehe auch:
    • BAD_URI

      static final int BAD_URI
      There was a problem with the URI
      Siehe auch:
    • BAD_STATE

      static final int BAD_STATE
      Could 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_REFERENCE
      There was a problem with the entity that
      the URI references
      Siehe auch: