-
public class JvmCrashJVM crash information to be propagated on the message bus to the features doing crash reporting. Is not a part of official API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJvmCrash.Logspublic final classJvmCrash.Rum
-
Method Summary
Modifier and Type Method Description abstract ThrowablegetThrowable()abstract StringgetMessage()abstract List<ThreadDump>getThreads()-
-
Method Detail
-
getThrowable
abstract Throwable getThrowable()
-
getMessage
abstract String getMessage()
-
getThreads
abstract List<ThreadDump> getThreads()
-
-
-
-