Class ErrorPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ErrorPane extends JOptionPane
Panel that displays exception information. Several states:
  • single-line message
  • multi-line message
  • single-line message plus exception
  • multi-line message plus exception
It is not possible to have exception without message (message can be extracted from exception).
See Also:
  • Constructor Details

    • ErrorPane

      public ErrorPane()
    • ErrorPane

      public ErrorPane(String pMessage)
    • ErrorPane

      public ErrorPane(Throwable pException)
    • ErrorPane

      public ErrorPane(String pMsg, Exception pException)
  • Method Details