Package ucar.units

Class PrefixExistsException

    • Constructor Detail

      • PrefixExistsException

        public PrefixExistsException​(Prefix oldPrefix,
                                     Prefix newPrefix)
        Constructs from an old prefix and a new prefix.
        Parameters:
        oldPrefix - The previously-existing prefix.
        newPrefix - The replacement prefix.