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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.protected voidstream(IOptimization opti, IErrorEvent event) voidMethods inherited from class com.dna.jopt.framework.stream.info.CanStreamToOptimization
addPrintStream, getOptimization, getPrintStreamer, setOptimization, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
streamin interfaceIErrorStreamer
-
stream
- Specified by:
streamin classCanStreamToOptimization<IErrorEvent>
-
stream
Deprecated.- Specified by:
streamin interfaceIErrorStreamer- Parameters:
errorCodeInt- the error codemessage- the message
-