Package com.install4j.api.beans
Interface ErrorHandlingCallback
-
public interface ErrorHandlingCallback
Callback for deciding how an error should be handled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorHandlingMode
errorOccurred(java.lang.Exception e)
Called when an error has occurred.
-
-
-
Method Detail
-
errorOccurred
ErrorHandlingMode errorOccurred(java.lang.Exception e)
Called when an error has occurred.- Parameters:
e
- the exception- Returns:
- the desired way to proceed
-
-