Class FastNoSuchElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.util.NoSuchElementException
-
- org.apache.tinkerpop.gremlin.process.traversal.util.FastNoSuchElementException
-
- All Implemented Interfaces:
Serializable
public final class FastNoSuchElementException extends NoSuchElementException
Retrieve a singleton, fastNoSuchElementException
without a stack trace.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
fillInStackTrace()
static NoSuchElementException
instance()
Retrieve a singleton, fastNoSuchElementException
without a stack trace.-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
instance
public static NoSuchElementException instance()
Retrieve a singleton, fastNoSuchElementException
without a stack trace.
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classThrowable
-
-