Ignore:
Timestamp:
02/18/13 09:30:13 (11 years ago)
Author:
pharms
Message:
  • forwarded problems in GUI element mapping to parser to allow better handling of this exception
File:
1 edited

Legend:

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

    r1028 r1084  
    1414 
    1515package de.ugoe.cs.autoquest.plugin.mfc; 
     16 
     17import org.xml.sax.SAXException; 
    1618 
    1719import de.ugoe.cs.autoquest.eventcore.guimodel.GUIElementTree; 
     
    7375     * Called in the endElement() method of {@link MFCLogParser} when a msg-node ends. 
    7476     * </p> 
     77     *  
     78     * @throws SAXException if the msg-node could not be processed for some reason 
    7579     */ 
    76     public void onEndElement() {} 
     80    public void onEndElement() throws SAXException {} 
    7781 
    7882    /** 
Note: See TracChangeset for help on using the changeset viewer.