Arthas UI
Toggle table of contents
0.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
Arthas UI
Arthas UI
/
io.github.vudsen.arthasui.api.exception
/
AppException
App
Exception
class
AppException
(
msg
:
String
,
cause
:
Exception
?
=
null
)
:
Exception
应用异常,
通常是预期内的异常
Members
Members & Extensions
Constructors
App
Exception
Link copied to clipboard
constructor
(
e
:
Exception
)
constructor
(
msg
:
String
,
cause
:
Exception
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
collect
Stack
Trace
Link copied to clipboard
fun
Exception
.
collectStackTrace
(
)
:
String
收集调用栈