Package | Description |
---|---|
org.openstreetmap.josm.tools.bugreport |
Modifier and Type | Method and Description |
---|---|
static ReportedException |
BugReport.intercept(java.lang.Throwable t)
This should be called whenever you want to add more information to a given exception.
|
ReportedException |
ReportedException.put(java.lang.String key,
java.lang.Object value)
Adds some debug values to this exception.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReportedException.isSame(ReportedException e)
Checks if this exception is considered the same as an other exception.
|
Constructor and Description |
---|
BugReport(ReportedException e)
Create a new bug report
|