com.lc.util.swing
Class ErrorDisplay

java.lang.Object
  |
  +--com.lc.util.swing.DialogDisplay
        |
        +--com.lc.util.swing.ErrorDisplay

public class ErrorDisplay
extends DialogDisplay

Displays informations about a Throwable.

Informations :

User is allowed to copy the displayed informations into the clipboard.

Version:
$Revision: 1.2 $ $Date: 2002/03/22 08:41:28 $
Author:
Laurent Caillette

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

ErrorDisplay

public ErrorDisplay(java.lang.Throwable throwable)
Constructor, with a default message.
Parameters:
throwable - The Throwable to display informations about.

ErrorDisplay

public ErrorDisplay(java.lang.Throwable throwable,
                    java.lang.String appMessage)
Constructor.
Parameters:
throwable - The Throwable to display informations about.
appMessage - An additional message.
Method Detail

show

public boolean show()
Overrides:
show in class DialogDisplay