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 NumberSystemOfUnits. convert(Number value, String fromUnit, String toUnit)UnitSystemOfUnits. getUnit(String unit)booleanSystemOfUnits. isCommensurable(String unit1, String unit2)protected UnitSystemOfUnits. 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 UnitCompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)protected CompoundUnitDefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, char[] cs, int[] status)CompoundUnitDefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)protected UnitDefaultCompoundUnitParser. parseSubExpression(Map<String,Unit> allunits, char[] cs, int[] status)
-