Class ReportedException.SectionEntry
- java.lang.Object
-
- org.openstreetmap.josm.tools.bugreport.ReportedException.SectionEntry
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ReportedException
private static class ReportedException.SectionEntry extends java.lang.Object implements java.io.Serializable
-
-
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.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
key
private final java.lang.String key
-
value
private final java.lang.String value
-
-
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.
-
-