Package ucar.units

Class SpecificationException

    • Constructor Detail

      • SpecificationException

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

        public SpecificationException​(String spec,
                                      String reason)
        Constructs from the string to be parsed and an error message.
        Parameters:
        spec - The string to be parsed.
        reason - The error message.
      • SpecificationException

        public SpecificationException​(String message,
                                      Throwable e)