Package ucar.units

Class UnitParseException

    • Constructor Detail

      • UnitParseException

        public UnitParseException​(String reason)
        Constructs from a reason.
        Parameters:
        reason - The reason for the failure.
      • UnitParseException

        public UnitParseException​(String spec,
                                  String reason)
        Constructs from the string to be parsed and a reason.
        Parameters:
        spec - The string to be parsed.
        reason - The reason for the failure.
      • UnitParseException

        public UnitParseException​(String message,
                                  Throwable e)