Package java.lang

Class NoSuchMethodException

    • Constructor Detail

      • NoSuchMethodException

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

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