Interface ShellError


public interface ShellError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Mismatched or otherwise mangled quoting.
    static final int
    String to be parsed was empty.
    static final int
    Some other error.
  • Field Details