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
/
ArthasBridgeListener
/
onError
on
Error
open
fun
onError
(
command
:
String
,
rawContent
:
String
,
exception
:
Exception
)
Parameters
command
执行的命令
exception
如果出现错误,则该值非空。如果是命令执行错误,一般会返回 BridgeException;如果是内部错误,则会返回其它类型