Overview
API Versioning
Deprecated
TopLevel
Class StopIteration
Object
StopIteration
A special type of exception that is thrown when an Iterator or Generator sequence is exhausted.
See Also:
Generator.next()
Iterator.next()
Constructor Summary
StopIteration
()
Method Summary
Methods inherited from class
Object
assign
,
create
,
create
,
defineProperties
,
defineProperty
,
entries
,
freeze
,
fromEntries
,
getOwnPropertyDescriptor
,
getOwnPropertyNames
,
getOwnPropertySymbols
,
getPrototypeOf
,
hasOwnProperty
,
is
,
isExtensible
,
isFrozen
,
isPrototypeOf
,
isSealed
,
keys
,
preventExtensions
,
propertyIsEnumerable
,
seal
,
setPrototypeOf
,
toLocaleString
,
toString
,
valueOf
,
values
Constructor Detail
StopIteration
public
StopIteration
()