Class ErrorLog


  • public class ErrorLog
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.Integer> errorCountMap  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorLog()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEntry​(java.lang.String entry)  
      void clear()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • errorCountMap

        private java.util.Map<java.lang.String,​java.lang.Integer> errorCountMap
    • Constructor Detail

      • ErrorLog

        public ErrorLog()
    • Method Detail

      • clear

        public void clear()
      • addEntry

        public void addEntry​(java.lang.String entry)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object