net.xoetrope.debug.selfhealing
Class DataSourceClassMissing

java.lang.Object
  extended by net.xoetrope.debug.selfhealing.DataSourceClassMissing
All Implemented Interfaces:
RepairOperation

public class DataSourceClassMissing
extends java.lang.Object
implements RepairOperation


Constructor Summary
DataSourceClassMissing()
           
 
Method Summary
 void fixError(XProject project, java.lang.Object sourceObj, java.lang.Throwable t)
          Attempt to fix an error when running a XUI application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceClassMissing

public DataSourceClassMissing()
Method Detail

fixError

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

Specified by:
fixError in interface RepairOperation
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