Class ReportedException.SectionEntry
- java.lang.Object
-
- org.openstreetmap.josm.tools.bugreport.ReportedException.SectionEntry
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReportedException
private static class ReportedException.SectionEntry extends Object implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private String
key
private static long
serialVersionUID
private String
value
-
Constructor Summary
Constructors Constructor Description SectionEntry(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(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
-
-
Constructor Detail
-
SectionEntry
SectionEntry(String key, String value)
-
-
Method Detail
-
print
public void print(PrintWriter out)
Prints this entry to the output stream in a line.- Parameters:
out
- The stream to print to.
-
-