Interface NumberParserError


public interface NumberParserError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    String was not a valid number.
    static final int
    String was a number, but out of bounds.
  • Field Details

    • INVALID

      static final int INVALID
      String was not a valid number.
      See Also:
    • OUT_OF_BOUNDS

      static final int OUT_OF_BOUNDS
      String was a number, but out of bounds.
      See Also: