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
Retrieve a singleton, fast
NoSuchElementException without a stack trace.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic NoSuchElementExceptioninstance()Retrieve a singleton, fastNoSuchElementExceptionwithout a stack trace.Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
instance
Retrieve a singleton, fastNoSuchElementExceptionwithout a stack trace. -
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-