Package jexer

Class TExceptionDialog

  • All Implemented Interfaces:
    java.lang.Comparable<TWidget>

    public class TExceptionDialog
    extends TWindow
    TExceptionDialog displays an exception and its stack trace to the user, and provides a means to save a troubleshooting report for support.
    • Constructor Detail

      • TExceptionDialog

        public TExceptionDialog​(TApplication application,
                                java.lang.Throwable exception)
        Public constructor.
        Parameters:
        application - TApplication that manages this window
        exception - the exception to display
    • Method Detail

      • draw

        public void draw()
        Draw the exception message background.
        Overrides:
        draw in class TWindow