| java.lang.Object com.xoetrope.carousel.debug.selfhealing.ServerPropertiesMissing
ServerPropertiesMissing | public class ServerPropertiesMissing implements RepairOperation(Code) | | Add the server.properties files if they are missing when required by an
application
Copyright (c) Xoetrope Ltd., 2002-2007
License: see license.txt
|
fixError | public boolean fixError(XProject project, Object sourceObj, Throwable t)(Code) | | Attempt to fix an error when running a XUI application
Parameters: project - the current project Parameters: sourceObj - the instance of the class from which the error handler was invoked, or the object being repaired Parameters: t - throwable the exception that was trapped, or null |
|
|