模块  java.base
软件包  java.util

Class NoSuchElementException

    • 构造方法详细信息

      • NoSuchElementException

        public NoSuchElementException()
        构造一个 NoSuchElementException其中包含 null作为其错误消息字符串。
      • NoSuchElementException

        public NoSuchElementException​(String s)
        构造一个 NoSuchElementException ,保存对错误消息字符串 s的引用,以便以后通过 getMessage方法检索。
        参数
        s - 详细信息。