com.hammurapi.reasoning
Interface ExceptionHandler


public interface ExceptionHandler

Receives exceptions thrown by inference methods.

Author:
Pavel Vlasov

Method Summary
 void handleException(Exception e)
          This method is invoked when inference method throws exception.
 

Method Detail

handleException

void handleException(Exception e)
                     throws Exception
This method is invoked when inference method throws exception. Implementations can choose to re-throw some exceptions.

Parameters:
e -
Throws:
Exception