|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.util.Diagnostics
A simple utility class with methods for generating detailed system and error information.
| Method Summary | |
static java.lang.String |
createBugReport(java.lang.Throwable err)
Generates a detailed bug report for the specified exception. |
static java.lang.String |
getSystemInfo()
Returns a detailed string of the current runtime environment. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.String createBugReport(java.lang.Throwable err)
err - the exception to report (must not be null)Diagnostics.getSystemInfo()public static java.lang.String getSystemInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||