toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-server-api
/
org.modelix.model.server.api
/
ExceptionData
Exception
Data
@
Serializable
data
class
ExceptionData
(
val
message
:
String
,
val
stacktrace
:
List
<
String
>
,
val
cause
:
ExceptionData
?
=
null
)
Members
Constructors
Exception
Data
Link copied to clipboard
constructor
(
exception
:
Throwable
)
constructor
(
message
:
String
,
stacktrace
:
List
<
String
>
,
cause
:
ExceptionData
?
=
null
)
Properties
cause
Link copied to clipboard
val
cause
:
ExceptionData
?
=
null
message
Link copied to clipboard
val
message
:
String
stacktrace
Link copied to clipboard
val
stacktrace
:
List
<
String
>
Functions
all
Messages
Link copied to clipboard
fun
allMessages
(
)
:
Sequence
<
String
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String