ocean v5.1.3 (2019-10-14T07:52:28Z)
Home
Dub
Repo
RangeInvalidatedException
ocean
util
container
btree
BTreeMapRange
Exception thrown from the BTreeMapRange if a tree is modified during iteration.
class
RangeInvalidatedException : Exception {
template
DefaultExceptionCtor
()
via
import
ocean
.
core
.
Exception
:
DefaultExceptionCtor
;
;
mixin
DefaultExceptionCtor
;
}
Members
Mixins
__anonymous
mixin
DefaultExceptionCtor
Undocumented in source.
Mixed In Members
From
mixin
DefaultExceptionCtor
ocean.transition
public
import
ocean
.
transition
;
Undocumented in source.
this
this
(istring msg, istring file, typeof(__LINE__) line)
Undocumented in source.
Meta
Source
See Implementation
ocean
util
container
btree
BTreeMapRange
classes
RangeInvalidatedException
functions
byKeyValue
structs
BTreeMapRange
Exception thrown from the BTreeMapRange if a tree is modified during iteration.