Revision 20100 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/ErrorEvent.java

View differences:

ErrorEvent.java
61 61
package com.iver.cit.gvsig.fmap;
62 62

  
63 63
/**
64
 * <p>The class <code>ErrorEvent</code> stores all necessary information of an error produced on a layer.</p>
64
 * <p><code>ErrorEvent</code> stores all necessary information of an error produced on a layer.</p>
65 65
 * 
66 66
 * @see FMapEvent
67 67
 * 
......
85 85
    private Exception exception;
86 86

  
87 87
    /**
88
     * <p>Constructs an <code>ErrorEvent</code> with the specified, detailed message with extra information, and the exception thrown.</p>
88
     * <p>Constructs an <code>ErrorEvent</code> with the specified, detailed message as extra information, and the exception thrown.</p>
89 89
     * 
90
     * @param message the detail message with extra information
90
     * @param message detailed error information
91 91
     * @param e the exception thrown when the error was produced
92 92
     */
93 93
    public ErrorEvent(String message, Exception e){

Also available in: Unified diff