org.opensha.commons.util.bugReports
Class BugReport
java.lang.Object
org.opensha.commons.util.bugReports.BugReport
public class BugReport
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRAC_URL
public static String TRAC_URL
TRAC_NEW_TICKET_URL
public static String TRAC_NEW_TICKET_URL
BugReport
public BugReport()
BugReport
public BugReport(Throwable t,
String metadata,
String appName,
ApplicationVersion appVersion,
Object buggyComp)
BugReport
public BugReport(String summary,
String description,
BugReport.Type type,
String reporter,
BugReport.Component component,
String keywords)
getSummary
public String getSummary()
setSummary
public void setSummary(String summary)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getType
public BugReport.Type getType()
setType
public void setType(BugReport.Type type)
getReporter
public String getReporter()
setReporter
public void setReporter(String reporter)
getComponent
public BugReport.Component getComponent()
setComponent
public void setComponent(BugReport.Component component)
getKeywords
public String getKeywords()
setKeywords
public void setKeywords(String keywords)
buildTracURL
public URL buildTracURL()
throws MalformedURLException
- Throws:
MalformedURLException
getThrowable
public Throwable getThrowable()