Uses of Class
de.timmfitschen.easyunits.parser.ParserException
-
Packages that use ParserException Package Description de.timmfitschen.easyunits de.timmfitschen.easyunits.parser -
-
Uses of ParserException in de.timmfitschen.easyunits
Methods in de.timmfitschen.easyunits that throw ParserException 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 ParserException in de.timmfitschen.easyunits.parser
Methods in de.timmfitschen.easyunits.parser that throw ParserException Modifier and Type Method Description protected StringDefaultCompoundUnitParser. getNextExponent(char[] cs, int pos)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 intDefaultCompoundUnitParser. parseExponent(char[] cs, int[] status)protected UnitDefaultCompoundUnitParser. parseSubExpression(Map<String,Unit> allunits, char[] cs, int[] status)
-