|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorHandler
User must implement this interface for handling error and warning.
FIXSession.setErrorHandler(ErrorHandler)
Method Summary | |
---|---|
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. |
Method Detail |
---|
void onWarn(String description, Throwable throwable)
description
- warn descriptionthrowable
- errorvoid onError(String description, Throwable throwable)
description
- error descriptionthrowable
- errorvoid onFatalError(String description, Throwable throwable)
description
- fatal error descriptionthrowable
- error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |