org.joe_e
Interface ErrorHandler

All Superinterfaces:
Immutable, Powerless

public interface ErrorHandler
extends Powerless

This is the interface for custom implementations to handle java.lang.Errors in a Joe-E program. The error handler should abort the computation of the current thread so as to prevent recovery from the error.


Method Summary
 Error handle(Error err)
          Handles an error.
 

Method Detail

handle

Error handle(Error err)
Handles an error.

Parameters:
err - error to handle
Returns:
error to throw