public interface IJOptUncaughtExceptionHandler extends Thread.UncaughtExceptionHandler
Exceptions
.Modifier and Type | Method and Description |
---|---|
void |
attachOptimization(IOptimization opti)
Attaches the
IOptimization as an Optional . |
Optional<IOptimization> |
getAttachedOptimization()
Gets theattached
IOptimization as an Optional . |
IErrorStreamer |
getErrorStreamer()
Gets the the
IErrorStreamer . |
void |
setErrorStreamer(IErrorStreamer errorStreamer)
Sets the input as the
JOptUncaughtExceptionHandler.errorStreamer . |
uncaughtException
void setErrorStreamer(IErrorStreamer errorStreamer)
JOptUncaughtExceptionHandler.errorStreamer
.
The default value is null
.errorStreamer
- error streamerIErrorStreamer getErrorStreamer()
IErrorStreamer
.void attachOptimization(IOptimization opti)
IOptimization
as an Optional
.opti
- the optimization to attachOptional<IOptimization> getAttachedOptimization()
IOptimization
as an Optional
.Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.