Interface IJOptUncaughtExceptionHandler

All Superinterfaces:
Thread.UncaughtExceptionHandler
All Known Implementing Classes:
JOptUncaughtExceptionHandler

public interface IJOptUncaughtExceptionHandler extends Thread.UncaughtExceptionHandler
This interface deals with so far uncaught Exceptions.
Since:
21/01/2019
Version:
04/10/2019
Author:
DNA
  • Method Details

    • setErrorStreamer

      void setErrorStreamer(IErrorStreamer errorStreamer)
      Sets the input as the JOptUncaughtExceptionHandler.errorStreamer. The default value is null.
      Parameters:
      errorStreamer - error streamer
    • getErrorStreamer

      IErrorStreamer getErrorStreamer()
      Gets the the IErrorStreamer.
      Returns:
      the errorStreamer
    • attachOptimization

      void attachOptimization(IOptimization opti)
      Attaches the IOptimization as an Optional.
      Parameters:
      opti - the optimization to attach
    • getAttachedOptimization

      Optional<IOptimization> getAttachedOptimization()
      Gets theattached IOptimization as an Optional.
      Returns:
      the optimization