Class ExceptionCountMetrics


  • public class ExceptionCountMetrics
    extends java.lang.Object
    Use this to provide exception metering in a uniform way.
    • Method Summary

      Modifier and Type Method Description
      void count​(java.lang.Throwable e)  
      • Methods inherited from class java.lang.Object

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

      • ExceptionCountMetrics

        public ExceptionCountMetrics​(ActivityDef activityDef)
    • Method Detail

      • count

        public void count​(java.lang.Throwable e)