Class ExceptionComposite

All Implemented Interfaces:
Drawable

public class ExceptionComposite extends Composite
Composite to display a failure in form of an exception.
Author:
Christopher Mindus
  • Constructor Details

    • ExceptionComposite

      public ExceptionComposite(Composite parent, String error, Throwable exception)
      Constructor of the composite with the Exception.
      Parameters:
      parent - The parent composite.
      error - Error description.
      exception - The exception.