Schnittstelle NumberParserError


public interface NumberParserError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    string was not a valid number
    static final int
    string was a number, but out of bounds
  • Felddetails

    • INVALID

      static final int INVALID
      string was not a valid number
      Siehe auch:
    • OUT_OF_BOUNDS

      static final int OUT_OF_BOUNDS
      string was a number, but out of bounds
      Siehe auch: