rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.threading
/
CompoundThrowable
Compound
Throwable
class
CompoundThrowable
(
errors
:
List
<
Throwable
>
)
:
Throwable
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Compound
Throwable
Link copied to clipboard
fun
CompoundThrowable
(
errors
:
List
<
Throwable
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
Content copied to clipboard
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
Content copied to clipboard
get
Localized
Message
Link copied to clipboard
override
fun
getLocalizedMessage
(
)
:
String
Content copied to clipboard
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
Content copied to clipboard
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
Content copied to clipboard
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
Content copied to clipboard
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
Content copied to clipboard
override
fun
printStackTrace
(
s
:
PrintStream
)
Content copied to clipboard
override
fun
printStackTrace
(
s
:
PrintWriter
)
Content copied to clipboard
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
open
override
val
message
:
String
Content copied to clipboard