public interface ErrorHandler
FIXSession.setErrorHandler(ErrorHandler)
Modifier and Type | Method and Description |
---|---|
void |
onError(String description,
Throwable throwable)
This method is invoked every time when error is occurred.
|
void |
onFatalError(String description,
Throwable throwable)
This method is invoked every time when fatal error is occurred.
|
void |
onWarn(String description,
Throwable throwable)
This method is invoked every time when warning is occurred.
|
void onWarn(String description, Throwable throwable)
description
- warn descriptionthrowable
- errorvoid onError(String description, Throwable throwable)
description
- error descriptionthrowable
- errorCopyright © 2000–2022 EPAM Systems. All rights reserved.