Class ErrorStreamer
java.lang.Object
com.dna.jopt.framework.stream.info.CanStreamToOptimization<IErrorEvent>
com.dna.jopt.framework.stream.info.ErrorStreamer
- All Implemented Interfaces:
ICanStreamToOptimization<IErrorEvent>
,IErrorStreamer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.protected void
stream
(IOptimization opti, IErrorEvent event) void
Methods inherited from class com.dna.jopt.framework.stream.info.CanStreamToOptimization
addPrintStream, getOptimization, getPrintStreamer, setOptimization, stream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.dna.jopt.framework.stream.info.ICanStreamToOptimization
addPrintStream, getOptimization, getPrintStreamer, setOptimization, stream
-
Constructor Details
-
ErrorStreamer
public ErrorStreamer()
-
-
Method Details
-
stream
- Specified by:
stream
in interfaceIErrorStreamer
-
stream
- Specified by:
stream
in classCanStreamToOptimization<IErrorEvent>
-
stream
Deprecated.- Specified by:
stream
in interfaceIErrorStreamer
- Parameters:
errorCodeInt
- the error codemessage
- the message
-