Class DummyStackTraceFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filter​(java.lang.Throwable throwable)  
      • Methods inherited from class java.lang.Object

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

      • DummyStackTraceFilter

        public DummyStackTraceFilter()
    • Method Detail

      • filter

        public void filter​(java.lang.Throwable throwable)
        Specified by:
        filter in interface IStackTraceFilter