Interface FileChooserError


public interface FileChooserError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Indicates a duplicate path (e.g. when
    adding a bookmark).
    static final int
    Indicates a malformed filename.
    static final int
    Indicates an incomplete hostname
    (e.g.
    static final int
    Indicates that a file does not exist.
  • Field Details

    • NONEXISTENT

      static final int NONEXISTENT
      Indicates that a file does not exist.
      See Also:
    • BAD_FILENAME

      static final int BAD_FILENAME
      Indicates a malformed filename.
      See Also:
    • ALREADY_EXISTS

      static final int ALREADY_EXISTS
      Indicates a duplicate path (e.g. when
      adding a bookmark).
      See Also:
    • INCOMPLETE_HOSTNAME

      static final int INCOMPLETE_HOSTNAME
      Indicates an incomplete hostname
      (e.g. "http://foo" without a slash after that).
      See Also: