lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.index
/
CorruptIndexException
/
CorruptIndexException
Corrupt
Index
Exception
constructor
(
originalMessage
:
String
,
resourceDescription
:
String
,
cause
:
Throwable
?
=
null
)
constructor
(
message
:
String
,
input
:
DataInput
)
constructor
(
message
:
String
,
output
:
DataOutput
)
Create exception with a message only
constructor
(
message
:
String
,
input
:
DataInput
,
cause
:
Throwable
?
)
constructor
(
message
:
String
,
output
:
DataOutput
,
cause
:
Throwable
?
)
Create exception with message and root cause.