public final class FastNoSuchElementException extends NoSuchElementException
NoSuchElementException
without a stack trace.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, toString
public static NoSuchElementException instance()
NoSuchElementException
without a stack trace.public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.