Interface CanFail
-
public interface CanFail
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
failed(java.lang.Throwable exception)
Should the processing fail,done
is not called butfailed
is instead.
-