Package ch.bailu.gtk.glib
Interface NumberParserError
public interface NumberParserError
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 INVALIDString was not a valid number.- See Also:
-
OUT_OF_BOUNDS
static final int OUT_OF_BOUNDSString was a number, but out of bounds.- See Also:
-