Serializable
InputMismatchException
Thrown by various accessor methods to indicate that the element being requested does not exist.
Constructors
Constructs a NoSuchElementException
with null
as its error message string.
Constructs a NoSuchElementException
, saving a reference to the error message string s
for later retrieval by the getMessage
method.
Constructs a NoSuchElementException
with the specified detail message and cause.
Constructs a NoSuchElementException
with the specified cause.
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchElementException()
Constructs a NoSuchElementException
with null
as its error message string.
Constructs a NoSuchElementException
with the specified detail message and cause.
s
- the detail message, or null
cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method), or null
Constructs a NoSuchElementException
with the specified cause. The detail message is set to (cause == null ? null : cause.toString())
(which typically contains the class and detail message of cause
).
cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method)
Constructs a NoSuchElementException
, saving a reference to the error message string s
for later retrieval by the getMessage
method.
s
- the detail message.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4