|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumberConversionException | |
|---|---|
| net.sf.mmm.util.math.api | Provides the API for utilities that help to deal with
Numbers. |
| net.sf.mmm.util.math.base | Contains the public implementation of the
Math-Util API. |
| Uses of NumberConversionException in net.sf.mmm.util.math.api |
|---|
| Methods in net.sf.mmm.util.math.api that throw NumberConversionException | |
|---|---|
NUMBER |
NumberType.valueOf(Number number,
boolean failIfUnprecise)
This method gets an instance of the represented
number-class with the numeric value given by number. |
NUMBER |
NumberType.valueOf(String number)
This method gets an instance of the represented
number-class with the numeric value identified by the given string
number. |
| Uses of NumberConversionException in net.sf.mmm.util.math.base |
|---|
| Methods in net.sf.mmm.util.math.base that throw NumberConversionException | |
|---|---|
protected abstract NUMBER |
NumberTypeImpl.parse(String number)
This method gets an instance of the represented
number-class with the numeric value identified by the given string
number. |
NUMBER |
NumberTypeImpl.valueOf(Number number,
boolean failIfUnprecise)
This method gets an instance of the represented
number-class with the numeric value given by number. |
NUMBER |
NumberTypeImpl.valueOf(String number)
This method gets an instance of the represented
number-class with the numeric value identified by the given string
number. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||