Package chemaxon.util
Interface ErrorProcessor
Error processing interface.
Example usage: error processing callback to tasks processed on a separate thread.
- Since:
- Marvin 5.3
-
Method Summary
-
Method Details
-
processError
Error processing method.- Parameters:
error
- the error- Returns:
true
if the main processing should be continued,false
if the main processing should be interrupted and the error should be thrown to the caller
-