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