chemaxon.util
Interface ErrorProcessor


public interface ErrorProcessor

Error processing interface. Example usage: error processing callback to tasks processed on a separate thread.

Since:
Marvin 5.3
Author:
Nora Mate

Method Summary
 boolean processError(java.lang.Throwable error)
          Error processing method.
 

Method Detail

processError

boolean processError(java.lang.Throwable error)
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