Ignore:
Timestamp:
05/19/17 11:31:29 (7 years ago)
Author:
pharms
Message:
  • refactored GUI model so that hierarchical event target structures can also be used and created by plugins not being strictly for GUIs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-android/src/main/java/de/ugoe/cs/autoquest/plugin/android/AndroidLogParser.java

    r2043 r2146  
    3939 
    4040import de.ugoe.cs.autoquest.eventcore.Event; 
     41import de.ugoe.cs.autoquest.eventcore.EventTargetModelException; 
    4142import de.ugoe.cs.autoquest.eventcore.gui.IInteraction; 
    4243import de.ugoe.cs.autoquest.eventcore.gui.TextInput; 
     
    4445import de.ugoe.cs.autoquest.eventcore.guimodel.GUIElementTree; 
    4546import de.ugoe.cs.autoquest.eventcore.guimodel.GUIModel; 
    46 import de.ugoe.cs.autoquest.eventcore.guimodel.GUIModelException; 
    4747import de.ugoe.cs.autoquest.eventcore.guimodel.IGUIElement; 
    4848import de.ugoe.cs.autoquest.plugin.android.guimodel.ANDROIDGUIElement; 
     
    374374                                          currentGUIElementSpec); 
    375375            } 
    376             catch (GUIModelException e) { 
     376            catch (EventTargetModelException e) { 
    377377                throw new SAXException("could not handle GUI element with hash " + 
    378378                    currentGUIElementHash + ": " + e.getMessage(), e); 
Note: See TracChangeset for help on using the changeset viewer.