public interface IErrorStreamer extends ICanStreamToOptimization<IErrorEvent>
Modifier and Type | Method and Description |
---|---|
void |
stream(ErrorCode errorCode,
Throwable cause) |
void |
stream(int errorCode,
String message)
Deprecated.
This method will be dropped soon use stream(ErrorCode errorCode, Throwable cause)
|
addPrintStream, getOptimization, getPrintStreamer, setOptimization, stream
@Deprecated void stream(int errorCode, String message)
errorCode
- the error codemessage
- the messageCopyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.