Uses of Class
org.djunits.unit.util.UnitRuntimeException
-
Packages that use UnitRuntimeException Package Description org.djunits.unit Units for version 4 of DJUNITS.org.djunits.unit.quantity Base information about the units such as the SI dimensions. -
-
Uses of UnitRuntimeException in org.djunits.unit
Methods in org.djunits.unit that throw UnitRuntimeException Modifier and Type Method Description AU
AbsoluteLinearUnit. build(Unit.Builder<AU> builder)
Build the unit, using the information of the provided builder class.U
Unit. build(Unit.Builder<U> builder)
Build the unit, using the information of the provided builder class. -
Uses of UnitRuntimeException in org.djunits.unit.quantity
Constructors in org.djunits.unit.quantity that throw UnitRuntimeException Constructor Description Quantity(String name, String siString)
Create a unit base with the SI dimensions as a String.
-