Schnittstelle ConvertError


public interface ConvertError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    URI is invalid.
    static final int
    An embedded NUL character is present in
    conversion output where a NUL-terminated string is expected.
    static final int
    Conversion failed for some reason.
    static final int
    Invalid byte sequence in conversion input;
    or the character sequence could not be represented in the target
    character set.
    static final int
    Conversion between the requested character
    sets is not supported.
    static final int
    No memory available.
    static final int
    Pathname is not an absolute path.
    static final int
    Partial character sequence at end of input.
  • Felddetails

    • NO_CONVERSION

      static final int NO_CONVERSION
      Conversion between the requested character
      sets is not supported.
      Siehe auch:
    • ILLEGAL_SEQUENCE

      static final int ILLEGAL_SEQUENCE
      Invalid byte sequence in conversion input;
      or the character sequence could not be represented in the target
      character set.
      Siehe auch:
    • FAILED

      static final int FAILED
      Conversion failed for some reason.
      Siehe auch:
    • PARTIAL_INPUT

      static final int PARTIAL_INPUT
      Partial character sequence at end of input.
      Siehe auch:
    • BAD_URI

      static final int BAD_URI
      URI is invalid.
      Siehe auch:
    • NOT_ABSOLUTE_PATH

      static final int NOT_ABSOLUTE_PATH
      Pathname is not an absolute path.
      Siehe auch:
    • NO_MEMORY

      static final int NO_MEMORY
      No memory available. Since: 2.40
      Siehe auch:
    • EMBEDDED_NUL

      static final int EMBEDDED_NUL
      An embedded NUL character is present in
      conversion output where a NUL-terminated string is expected.
      Since: 2.56
      Siehe auch: