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 classUnitIncommensurabilityExceptionclassUnknownUnitExceptionMethods in de.timmfitschen.easyunits that throw SystemOfUnitsException Modifier and Type Method Description voidDefaultSystemOfUnitsFactory. add(BaseUnit b)voidDefaultSystemOfUnitsFactory. add(Prefix p)voidDefaultSystemOfUnitsFactory. add(DerivedUnit d)voidSystemOfUnitsFactory. add(BaseUnit b)voidSystemOfUnitsFactory. add(Prefix p)voidSystemOfUnitsFactory. add(DerivedUnit d)protected voidDefaultSystemOfUnitsFactory. addPrefixedUnit(Prefix prefix, Unit unit)protected voidDefaultSystemOfUnitsFactory. addUnitWithAllNames(Unit unit) -
Uses of SystemOfUnitsException in de.timmfitschen.easyunits.parser
Subclasses of SystemOfUnitsException in de.timmfitschen.easyunits.parser Modifier and Type Class Description classParserException
-