Schnittstelle ShellError


public interface ShellError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Mismatched or otherwise mangled quoting.
    static final int
    String to be parsed was empty.
    static final int
    Some other error.
  • Felddetails

    • BAD_QUOTING

      static final int BAD_QUOTING
      Mismatched or otherwise mangled quoting.
      Siehe auch:
    • EMPTY_STRING

      static final int EMPTY_STRING
      String to be parsed was empty.
      Siehe auch:
    • FAILED

      static final int FAILED
      Some other error.
      Siehe auch: