|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.csail.sdg.alloy4.MailBug
public final class MailBug
This class asks the user for permission to email a bug report when an uncaught exception occurs.
Method Summary | |
---|---|
static java.lang.String |
dump(java.lang.Throwable ex)
This method concatenates a Throwable's message and stack trace and all its causes into a single String. |
static java.lang.String |
latestBuildName()
If alloy.mit.edu has replied, then return the latest Alloy build name, else return "unknown" |
static int |
latestBuildNumber()
If alloy.mit.edu has replied, then return the latest Alloy build number, else return -1. |
void |
run()
This method will query alloy.mit.edu for the latest version number. |
static void |
setup()
Setup the uncaught-exception-handler and use a separate thread to query alloy.mit.edu for latest version number. |
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable ex)
This method is an exception handler for uncaught exceptions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int latestBuildNumber()
public static java.lang.String latestBuildName()
public static void setup()
public static java.lang.String dump(java.lang.Throwable ex)
public void run()
run
in interface java.lang.Runnable
public void uncaughtException(java.lang.Thread thread, java.lang.Throwable ex)
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |