|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RepairOperation
An interface used to give the application a chance to add missing configuration files if an error is detected at debug time
Copyright (c) Formaria Ltd., 2008
License: see license.txt
| Method Summary | |
|---|---|
boolean |
fixError(Project project,
java.lang.Object sourceObj,
java.lang.Throwable t)
Attempt to fix an error when running a Aria application |
| Method Detail |
|---|
boolean fixError(Project project,
java.lang.Object sourceObj,
java.lang.Throwable t)
project - the current projectsourceObj - the instance of the class from which the error handler was
invoked, or the object being repairedt - throwable the exception that was trapped, or null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||