Uses of Class
de.timmfitschen.easyunits.UnknownUnitException
-
Packages that use UnknownUnitException Package Description de.timmfitschen.easyunits de.timmfitschen.easyunits.parser -
-
Uses of UnknownUnitException in de.timmfitschen.easyunits
Methods in de.timmfitschen.easyunits that throw UnknownUnitException Modifier and Type Method Description Number
SystemOfUnits. convert(Number value, String fromUnit, String toUnit)
Unit
SystemOfUnits. getUnit(String unit)
boolean
SystemOfUnits. isCommensurable(String unit1, String unit2)
protected Unit
SystemOfUnits. parseCompound(String unit)
-
Uses of UnknownUnitException in de.timmfitschen.easyunits.parser
Methods in de.timmfitschen.easyunits.parser that throw UnknownUnitException Modifier and Type Method Description Unit
CompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)
protected CompoundUnit
DefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, char[] cs, int[] status)
CompoundUnit
DefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)
protected Unit
DefaultCompoundUnitParser. parseSubExpression(Map<String,Unit> allunits, char[] cs, int[] status)
-