Package ucar.units

Class UnitException

    • Constructor Detail

      • UnitException

        public UnitException()
        Constructs from nothing.
      • UnitException

        public UnitException​(String message)
        Constructs from an error message.
        Parameters:
        message - The error message.
      • UnitException

        public UnitException​(String message,
                             Exception e)
        Constructs from a message and the exception that caused the failure.
        Parameters:
        message - The message.
        e - The exception that caused the failure.