public final class StringUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Integer |
readInteger(String aValue)
Returns the integer of the value and throws a
ServiceUtilException when it isn't numeric (integer). |
public static Integer readInteger(String aValue) throws ServiceUtilException
ServiceUtilException
when it isn't numeric (integer).aValue
- value to parseServiceUtilException
- thrown when the value isn't numericCopyright © 2012. All Rights Reserved.