public interface IResponderChainErrorDelegate
Modifier and Type | Method and Description |
---|---|
void |
onError(IAsciiCommandResponder responder,
java.lang.String line,
java.lang.Exception exception)
Invoked when an error has occurred in the ResponderChain
|
void onError(IAsciiCommandResponder responder, java.lang.String line, java.lang.Exception exception)
responder
- the responder that caused the errorline
- teh line being processedexception
- the Exception thrown