public final class NoSuchElementException extends RuntimeException
Constructor and Description |
---|
NoSuchElementException(String message)
Constructs a new
NoSuchElementException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchElementException(String message)
NoSuchElementException
with the specified
detail message.message
- the optional detail message, or null
.Copyright © 2003–2019. All rights reserved.