Class ExceptionsMetric


  • public class ExceptionsMetric
    extends java.lang.Object
    Counters for exceptions.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionsMetric​(java.lang.String name)  
    • Method Summary

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

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

      • ExceptionsMetric

        public ExceptionsMetric​(java.lang.String name)
    • Method Detail

      • count

        public void count​(java.lang.Throwable ex)
      • shutdown

        public void shutdown()