Package java.lang

Class NoSuchMethodError

    • Constructor Detail

      • NoSuchMethodError

        public NoSuchMethodError()
        Constructs a new NoSuchMethodError that includes the current stack trace.
      • NoSuchMethodError

        public NoSuchMethodError​(String detailMessage)
        Constructs a new NoSuchMethodError with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.