Package ucar.units

Class NoSuchUnitException

    • Constructor Detail

      • NoSuchUnitException

        public NoSuchUnitException​(UnitID id)
        Constructs from a unit identifier.
        Parameters:
        id - The identifier of the unit that couldn't be found.
      • NoSuchUnitException

        public NoSuchUnitException​(String id)
        Constructs from a unit identifier.
        Parameters:
        id - The identifier of the unit that couldn't be found.