Class ReportedException.Section

    • Constructor Summary

      Constructors 
      Constructor Description
      Section​(java.lang.String sectionName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printSection​(java.io.PrintWriter out)
      Prints this section to the output stream.
      void put​(java.lang.String key, java.lang.String value)
      Add a key/value entry to this section.
      • Methods inherited from class java.lang.Object

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

      • Section

        Section​(java.lang.String sectionName)
    • Method Detail

      • put

        public void put​(java.lang.String key,
                        java.lang.String value)
        Add a key/value entry to this section.
        Parameters:
        key - The key. Need not be unique.
        value - The value.
      • printSection

        public void printSection​(java.io.PrintWriter out)
        Prints this section to the output stream.
        Parameters:
        out - The stream to print to.