Ignore:
Timestamp:
10/12/12 14:04:09 (12 years ago)
Author:
pharms
Message:
  • added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorException.java

    r857 r870  
    33/** 
    44 * <p> 
    5  * TODO comment 
     5 * Exception to notify all irregularities, that are specific to the HTML monitor and its 
     6 * components. 
    67 * </p> 
    78 *  
     
    1516    /** 
    1617     * <p> 
     18     * initializes an exception with a simple message 
    1719     * </p> 
    1820     * 
    19      * @param message 
     21     * @param message the message of the exception 
    2022     */ 
    2123    public HtmlMonitorException(String message) { 
     
    2527    /** 
    2628     * <p> 
     29     * initializes an exception with a simple message and a causing exception 
    2730     * </p> 
    2831     * 
    29      * @param message 
    30      * @param cause 
     32     * @param message the message of the exception 
     33     * @param cause   the root cause of the exception 
    3134     */ 
    3235    public HtmlMonitorException(String message, Throwable cause) { 
Note: See TracChangeset for help on using the changeset viewer.