Interface BookmarkFileError


public interface BookmarkFileError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    a requested application did
    not register a bookmark
    static final int
    requested file was not found
    static final int
    URI was ill-formed
    static final int
    a requested field was not found
    static final int
    document was ill formed
    static final int
    the text being parsed was
    in an unknown encoding
    static final int
    a requested URI was not found
    static final int
    an error occurred while writing
  • Field Details

    • INVALID_URI

      static final int INVALID_URI
      URI was ill-formed
      See Also:
    • INVALID_VALUE

      static final int INVALID_VALUE
      a requested field was not found
      See Also:
    • APP_NOT_REGISTERED

      static final int APP_NOT_REGISTERED
      a requested application did
      not register a bookmark
      See Also:
    • URI_NOT_FOUND

      static final int URI_NOT_FOUND
      a requested URI was not found
      See Also:
    • READ

      static final int READ
      document was ill formed
      See Also:
    • UNKNOWN_ENCODING

      static final int UNKNOWN_ENCODING
      the text being parsed was
      in an unknown encoding
      See Also:
    • WRITE

      static final int WRITE
      an error occurred while writing
      See Also:
    • FILE_NOT_FOUND

      static final int FILE_NOT_FOUND
      requested file was not found
      See Also: