Package java.util
Class NoSuchElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.util.NoSuchElementException
-
- All Implemented Interfaces:
Serializable
public class NoSuchElementException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchElementException()
NoSuchElementException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchElementException
public NoSuchElementException()
-
NoSuchElementException
public NoSuchElementException(String var0)
-
-