Uses of Class
de.timmfitschen.easyunits.SystemOfUnitsException
-
Packages that use SystemOfUnitsException Package Description de.timmfitschen.easyunits de.timmfitschen.easyunits.parser -
-
Uses of SystemOfUnitsException in de.timmfitschen.easyunits
Subclasses of SystemOfUnitsException in de.timmfitschen.easyunits Modifier and Type Class Description class
UnitIncommensurabilityException
class
UnknownUnitException
Methods in de.timmfitschen.easyunits that throw SystemOfUnitsException Modifier and Type Method Description void
DefaultSystemOfUnitsFactory. add(BaseUnit b)
void
DefaultSystemOfUnitsFactory. add(Prefix p)
void
DefaultSystemOfUnitsFactory. add(DerivedUnit d)
void
SystemOfUnitsFactory. add(BaseUnit b)
void
SystemOfUnitsFactory. add(Prefix p)
void
SystemOfUnitsFactory. add(DerivedUnit d)
protected void
DefaultSystemOfUnitsFactory. addPrefixedUnit(Prefix prefix, Unit unit)
protected void
DefaultSystemOfUnitsFactory. addUnitWithAllNames(Unit unit)
-
Uses of SystemOfUnitsException in de.timmfitschen.easyunits.parser
Subclasses of SystemOfUnitsException in de.timmfitschen.easyunits.parser Modifier and Type Class Description class
ParserException
-