Class ReportedException.SectionEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String key  
      private static long serialVersionUID  
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      SectionEntry​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void print​(java.io.PrintWriter out)
      Prints this entry to the output stream in a line.
      • Methods inherited from class java.lang.Object

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

      • SectionEntry

        SectionEntry​(java.lang.String key,
                     java.lang.String value)
    • Method Detail

      • print

        public void print​(java.io.PrintWriter out)
        Prints this entry to the output stream in a line.
        Parameters:
        out - The stream to print to.