Schnittstelle NumberParserError


public interface NumberParserError
  • Feldübersicht Linksymbol

    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 Linksymbol

    • INVALID Linksymbol

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

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