Package com.dynatrace.openkit.core.util
Class CrashFormatter
- java.lang.Object
-
- com.dynatrace.openkit.core.util.CrashFormatter
-
public class CrashFormatter extends java.lang.ObjectUtility class used to format a givenThrowableinto a format usable for OpenKit.
-
-
Constructor Summary
Constructors Constructor Description CrashFormatter(java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetReason()java.lang.StringgetStackTrace()
-