public class FastNoSuchElementException extends NoSuchElementException
NoSuchElementException without a stack trace.| Constructor and Description |
|---|
FastNoSuchElementException() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
static NoSuchElementException |
instance()
Retrieve a singleton, fast
NoSuchElementException without a stack trace. |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static NoSuchElementException instance()
NoSuchElementException without a stack trace.public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2010-2014. All Rights Reserved.