Uses of Class
net.sourceforge.unit.UnitMismatchException

Uses of UnitMismatchException in net.sourceforge.unit
 

Methods in net.sourceforge.unit that throw UnitMismatchException
 Unit Unit.exponent(double n)
          Create a new unit that is this one raised to the power n.
 int Quantity.set(java.lang.String s)
          Set this value and possibly change units.
 int Quantity.set(java.lang.String s, boolean sloppy)
           
 

Constructors in net.sourceforge.unit that throw UnitMismatchException
Quantity(java.lang.String s, Unit def)
          Create a quantity with the default units specified.