Package VASSAL.tools
Class BugUtils
java.lang.Object
VASSAL.tools.BugUtils
public class BugUtils extends Object
-
Constructor Summary
Constructors Constructor Description BugUtils()
-
Method Summary
Modifier and Type Method Description static String
getErrorLog()
static void
sendBugReport(String email, String description, String errorLog, Throwable t)
-
Constructor Details
-
BugUtils
public BugUtils()
-
-
Method Details
-
sendBugReport
public static void sendBugReport(String email, String description, String errorLog, Throwable t) throws IOException- Throws:
IOException
-
getErrorLog
-