Interface KeyFileError


public interface KeyFileError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    a requested group was not found
    static final int
    a value could not be parsed
    static final int
    a requested key was not found
    static final int
    the file was not found
    static final int
    document was ill-formed
    static final int
    the text being parsed was in
    an unknown encoding
  • Field Details

    • UNKNOWN_ENCODING

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

      static final int PARSE
      document was ill-formed
      See Also:
    • NOT_FOUND

      static final int NOT_FOUND
      the file was not found
      See Also:
    • KEY_NOT_FOUND

      static final int KEY_NOT_FOUND
      a requested key was not found
      See Also:
    • GROUP_NOT_FOUND

      static final int GROUP_NOT_FOUND
      a requested group was not found
      See Also:
    • INVALID_VALUE

      static final int INVALID_VALUE
      a value could not be parsed
      See Also: