java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.util.NoSuchElementException
该异常由一个 Enumeration 的 nextElement 方法抛出,以指示枚举中不再有元素。
NoSuchElementException 。
NoSuchElementException 。 public NoSuchElementException()
NoSuchElementException 。
public NoSuchElementException(String s)
NoSuchElementException 。