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, fastNoSuchElementExceptionwithout a stack trace.- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()static NoSuchElementExceptioninstance()Retrieve a singleton, fastNoSuchElementExceptionwithout a stack trace.- 
Methods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
instancepublic static NoSuchElementException instance() Retrieve a singleton, fastNoSuchElementExceptionwithout a stack trace.
 - 
fillInStackTracepublic Throwable fillInStackTrace() - Overrides:
- fillInStackTracein class- Throwable
 
 
- 
 
-