|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatt.grappa.ExceptionDisplay
public class ExceptionDisplay
A class for displaying exception information in a pop-up frame.
As a convenience, an instance exists as a static member of
the Grappa class.
Grappa.displayException(java.lang.Exception),
Grappa.displayException(java.lang.Exception,java.lang.String)| Constructor Summary | |
|---|---|
ExceptionDisplay(java.lang.String title)
Creates an instance of the class for displaying exceptions. |
|
| Method Summary | |
|---|---|
void |
displayException(java.lang.Exception ex)
Pops up the frame and displays information on the supplied exception. |
void |
displayException(java.lang.Exception ex,
java.lang.String msg)
Pops up the frame and displays information on the supplied exception. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionDisplay(java.lang.String title)
title - the title for the pop-up frame| Method Detail |
|---|
public void displayException(java.lang.Exception ex)
ex - the exception about which informtaion is to be displayed.
public void displayException(java.lang.Exception ex,
java.lang.String msg)
ex - the exception about which informtaion is to be displayed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||