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.jdkport
/
UnsupportedCharsetException
Unsupported
Charset
Exception
class
UnsupportedCharsetException
(
charsetName
:
String
)
:
IllegalArgumentException
A minimal dummy exception indicating that the requested charset is not supported.
Members
Members & Extensions
Constructors
Unsupported
Charset
Exception
Link copied to clipboard
constructor
(
charsetName
:
String
)
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
)