private static class ReportedException.SectionEntry extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
private static long |
serialVersionUID |
private java.lang.String |
value |
Constructor and Description |
---|
SectionEntry(java.lang.String key,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
print(java.io.PrintWriter out)
Prints this entry to the output stream in a line.
|
private static final long serialVersionUID
private final java.lang.String key
private final java.lang.String value
SectionEntry(java.lang.String key, java.lang.String value)
public void print(java.io.PrintWriter out)
out
- The stream to print to.