|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.bugs.BugManager
Interface for reporting bugs. This can do any of the following: - Send the bug directly to the servlet - Allow the bug to be reviewed before sending - Allow the user to copy the bug & email it if sending fails. - Supress the bug entirely
Method Summary | |
void |
handleBug(java.lang.Throwable bug,
java.lang.Thread active,
java.lang.String detail)
Handles a single bug report. |
static BugManager |
instance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static BugManager instance()
public void handleBug(java.lang.Throwable bug, java.lang.Thread active, java.lang.String detail)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |