Package ucar.units

Class ShiftException

    • Constructor Detail

      • ShiftException

        public ShiftException​(Unit unit,
                              double origin)
        Constructs from the unit and the origin.
        Parameters:
        unit - The unit.
        origin - The desired origin.
      • ShiftException

        public ShiftException​(Unit unit,
                              Date origin)
        Constructs from the unit and the origin.
        Parameters:
        unit - The unit.
        origin - The desired origin.