|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lc.util.swing.DialogDisplay | +--com.lc.util.swing.ErrorDisplay
Displays informations about a Throwable
.
Informations :
Constructor Summary | |
ErrorDisplay(java.lang.Throwable throwable)
Constructor, with a default message. |
|
ErrorDisplay(java.lang.Throwable throwable,
java.lang.String appMessage)
Constructor. |
Method Summary | |
boolean |
show()
|
Methods inherited from class com.lc.util.swing.DialogDisplay |
getIcon, getMessage, getMessageType, getOptions, getOwner, getShouldPack, getSize, getTitle, getValidator, isCenteringOnScreen, setCenteringOnScreen, setIcon, setMessage, setMessageType, setOptions, setShouldPack, setSize, setSize, setTitle, setValidator, wasUserValidated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorDisplay(java.lang.Throwable throwable)
throwable
- The Throwable
to display informations about.public ErrorDisplay(java.lang.Throwable throwable, java.lang.String appMessage)
throwable
- The Throwable
to display informations about.appMessage
- An additional message.Method Detail |
public boolean show()
show
in class DialogDisplay
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |