Uses of Class
com.rubecula.units.UnitsException

Packages that use UnitsException
com.rubecula.units JQuantity/units. 
 

Uses of UnitsException in com.rubecula.units
 

Methods in com.rubecula.units that throw UnitsException
(package private)  UnitsName UnitsName.add(UnitsName that)
           
(package private)  UnitsName UnitsName.subtract(UnitsName that)
           
(package private)  UnitsName UnitsName.invert()
           
(package private)  UnitsName UnitsName.multiply(Rational x)
           
(package private)  UnitsName UnitsName.multiply(int x)
           
private static int UnitsName.LookupPrefix(java.lang.String s)
           
(package private)  Units Units.halve()
           
 BaseUnit Units.flatten()
           
 Rational Units.scaleToUnits(Measurable base, Rational value)
          This method converts value which is expressed in this Units into a value expressed in base units.
 boolean Units.identity()
           
 boolean Units.isAngular()
           
 BaseUnit SiUnit.flatten()
          Method to reduce a Units tree to a single flattened version.
 BaseUnit Measurable.flatten()
          Method to reduce a Units tree to a single flattened version.
 BaseUnit FlatUnit.flatten()
          Method to reduce a Units tree to a single flattened version.
static Dimensions Dimensions.GetDimensionsFromHashCode(int hashCode)
           
(package private)  java.lang.String Dimensions.toString(int index)
          Method to yield a string representation of the index(th) dimension (or null if dimension 0).
(package private)  long Dimensions.GCD(long a, long b)
           
 

Constructors in com.rubecula.units that throw UnitsException
FlatUnit(Measurable other)
          Constructor to copy another Measurable.
Dimensions(long[] dimensions)
          General constructor for Dimensions