rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util.threading
/
CompoundThrowable
Compound
Throwable
class
CompoundThrowable
(
errors
:
List
<
Throwable
>
)
:
Throwable
Members
Members & Extensions
Constructors
Compound
Throwable
Link copied to clipboard
constructor
(
errors
:
List
<
Throwable
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
Functions
get
Localized
Message
Link copied to clipboard
override
fun
getLocalizedMessage
(
)
:
String
get
Throwable
Text
Link copied to clipboard
fun
Throwable
.
getThrowableText
(
)
:
String
print
Stack
Trace
Link copied to clipboard
override
fun
printStackTrace
(
s
:
PrintStream
)
override
fun
printStackTrace
(
s
:
PrintWriter
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String