Package java.util

Class NoSuchElementException

    • Constructor Detail

      • NoSuchElementException

        public NoSuchElementException()
        Constructs a new NoSuchElementException with the current stack trace filled in.
      • NoSuchElementException

        public NoSuchElementException​(String detailMessage)
        Constructs a new NoSuchElementException with the current stack trace and message filled in.
        Parameters:
        detailMessage - the detail message for the exception.