Package ucar.units

Class UnitSystemException

    • Constructor Detail

      • UnitSystemException

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

        public UnitSystemException​(String message,
                                   Exception e)
        Constructs from an error message and the exception that caused the error.
        Parameters:
        message - The error messsage.
        e - The exception that caused the problem.