|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.ebob.internal.gui.dialogs.DetailsDialogUtil
public class DetailsDialogUtil
Convenience class for providing a stack trace dialog with optional details.
Constructor Summary | |
---|---|
DetailsDialogUtil()
|
Method Summary | |
---|---|
private static org.eclipse.core.runtime.IStatus |
getStatus(java.lang.Throwable t)
Retrieves a MultiStatus made out of multiple Status objects, each
Status object representing a line in the stacktrace. |
static int |
openError(org.eclipse.swt.widgets.Shell parent,
java.lang.Throwable t)
Opens an error dialog with details concerning the stack trace of the given exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetailsDialogUtil()
Method Detail |
---|
private static org.eclipse.core.runtime.IStatus getStatus(java.lang.Throwable t)
MultiStatus
made out of multiple Status objects, each
Status object representing a line in the stacktrace.
public static int openError(org.eclipse.swt.widgets.Shell parent, java.lang.Throwable t)
parent
- the parent shellt
- the exception to display
Dialog
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |