ocean v6.2.0 (2021-12-09T10:56:40Z)
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.meta.types.Qualifiers
public
import
ocean
.
meta
.
types
.
Qualifiers
;
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.