Package ucar.units

Class BadUnitException

  • All Implemented Interfaces:
    Serializable

    public final class BadUnitException
    extends UnitDBException
    Provides support for failures due to attempts to redefine an existing unit in a unit database.
    See Also:
    Serialized Form
    • Constructor Detail

      • BadUnitException

        public BadUnitException​(String msg)
        Constructs from an error message.
        Parameters:
        msg - The error message.