Class CrashFormatter


  • public class CrashFormatter
    extends java.lang.Object
    Utility class used to format a given Throwable into 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.String getName()  
      java.lang.String getReason()  
      java.lang.String getStackTrace()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CrashFormatter

        public CrashFormatter​(java.lang.Throwable throwable)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getReason

        public java.lang.String getReason()
      • getStackTrace

        public java.lang.String getStackTrace()