toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
common
/
dev.ust.zinc.grader.util
/
ThrowableSummary
Throwable
Summary
data
class
ThrowableSummary
(
val
type
:
String
,
val
message
:
String
?
,
val
context
:
List
<
String
>
?
,
val
stacktrace
:
List
<
String
>
)
Stores the serializable summary of a
Throwable
Members
Constructors
Throwable
Summary
Link copied to clipboard
constructor
(
type
:
String
,
message
:
String
?
,
context
:
List
<
String
>
?
,
stacktrace
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
context
Link copied to clipboard
val
context
:
List
<
String
>
?
message
Link copied to clipboard
val
message
:
String
?
stacktrace
Link copied to clipboard
val
stacktrace
:
List
<
String
>
type
Link copied to clipboard
val
type
:
String