Module jEdit

Class BeanShellErrorDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class BeanShellErrorDialog extends TextAreaDialog
A dialog box showing a stack trace. Perhaps badly named, since any error, not just a BeanShell error can be shown.
Version:
$Id: BeanShellErrorDialog.java 25313 2020-05-04 22:18:59Z kpouer $
Author:
Slava Pestov
See Also:
  • Constructor Details

    • BeanShellErrorDialog

      public BeanShellErrorDialog(Frame frame, Throwable t)
    • BeanShellErrorDialog

      public BeanShellErrorDialog(View view, Throwable t)