Class Patcher.Errors

  • Enclosing class:
    Patcher

    public static class Patcher.Errors
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Errors()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String message)  
      void add​(java.lang.String message, java.lang.Throwable cause)  
      void display()  
      • Methods inherited from class java.lang.Object

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

      • Errors

        public Errors()
    • Method Detail

      • add

        public void add​(java.lang.String message)
      • add

        public void add​(java.lang.String message,
                        java.lang.Throwable cause)
      • display

        public void display()