Class NoSuchMetricException

    • Constructor Detail

      • NoSuchMetricException

        public NoSuchMetricException()
        Creates a new instance of NoSuchMetricException without detail message.
      • NoSuchMetricException

        public NoSuchMetricException​(String msg)
        Constructs an instance of NoSuchMetricException with the specified detail message.
        Parameters:
        msg - the detail message.