Interface IErrorStreamer
- All Superinterfaces:
ICanStreamToOptimization<IErrorEvent>
- All Known Implementing Classes:
ErrorStreamer
-
Method Summary
Methods inherited from interface com.dna.jopt.framework.stream.info.ICanStreamToOptimization
addPrintStream, getOptimization, getPrintStreamer, setOptimization, stream
-
Method Details
-
stream
-
stream
Deprecated.This method will be dropped soon use stream(ErrorCode errorCode, Throwable cause)- Parameters:
errorCode
- the error codemessage
- the message
-