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.util
/
SetOnce
/
AlreadySetException
Already
Set
Exception
class
AlreadySetException
:
IllegalStateException
Thrown when
SetOnce.set
is called more than once.
Members
Members & Extensions
Constructors
Already
Set
Exception
Link copied to clipboard
constructor
(
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
print
Stack
Trace
Link copied to clipboard
fun
Throwable
.
printStackTrace
(
s
:
PrintStream
)