Module org.autogui

Class SwingDeferredRunner.TaskResultError

java.lang.Object
org.autogui.swing.util.SwingDeferredRunner.TaskResultError
Enclosing class:
SwingDeferredRunner

public static class SwingDeferredRunner.TaskResultError extends Object
a result for a thrown exception: SwingDeferredRunner.TaskResultFuture return the value if the task failed with an exception
  • Field Details

  • Constructor Details

    • TaskResultError

      public TaskResultError(Throwable exception)
  • Method Details

    • getException

      public Throwable getException()