Package com.install4j.api.beans
Interface ErrorHandlingCallback
public interface ErrorHandlingCallback
Callback for deciding how an error should be handled.
-
Method Summary
Modifier and TypeMethodDescriptionCalled when an error has occurred.
-
Method Details
-
errorOccurred
Called when an error has occurred.- Parameters:
e
- the exception- Returns:
- the desired way to proceed
-