net.xoetrope.debug.selfhealing
Interface RepairOperation

All Known Implementing Classes:
DataSourceClassMissing

public interface RepairOperation


Method Summary
 void fixError(XProject project, java.lang.Object sourceObj, java.lang.Throwable t)
          Attempt to fix an error when running a XUI application
 

Method Detail

fixError

void fixError(XProject project,
              java.lang.Object sourceObj,
              java.lang.Throwable t)
Attempt to fix an error when running a XUI application

Parameters:
project - the current project
sourceObj - the instance of the class from which the error handler was invoked, or the object being repaired
t - throwable the exception that was trapped, or null