org.eclipse.emf.emfstore.client.observer
Interface ESExceptionObserver

All Superinterfaces:
ESObserver

public interface ESExceptionObserver
extends ESObserver

Observes exceptions and tries to handle them.

Author:
koegel

Method Summary
 boolean handleError(RuntimeException exception)
          Handles the given RuntimeException.
 

Method Detail

handleError

boolean handleError(RuntimeException exception)
Handles the given RuntimeException.

Parameters:
exception - the exception to be handled
Returns:
true if exception was successfully handled, false otherwise


Copyright © 2015. All Rights Reserved.