Package ch.bailu.gtk.glib
Schnittstelle NumberParserError
public interface NumberParserError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
string was not a valid numberstatic final int
string was a number, but out of bounds
-
Felddetails
-
INVALID
static final int INVALIDstring was not a valid number- Siehe auch:
-
OUT_OF_BOUNDS
static final int OUT_OF_BOUNDSstring was a number, but out of bounds- Siehe auch:
-