Revision 20098 trunk/libraries/libIverUtiles/src/com/iver/utiles/IDescriptableException.java

View differences:

IDescriptableException.java
53 53
package com.iver.utiles;
54 54

  
55 55
/**
56
 * All those specialized gvsig exceptions that could
57
 * offer more information about their causes must implement
58
 * this interface.
56
 * <p>All specialized exceptions that can offer more information about
57
 *  their cause should implement this interface to add the type that identifies it.</p>
59 58
 * 
60 59
 * @author azabala
61
 *
62 60
 */
63 61
public interface IDescriptableException {
64 62
	/**
65
	 * Returns an exceptiondescription instance, that give more information
66
	 * about an exception
67
	 * @return
63
	 * <p>Gets the exception type which caused this one and has detailed information about the causes.</p>
64
	 * 
65
	 * @return the exception type which caused this one and has detailed information about the causes
68 66
	 */
69 67
	public ExceptionDescription getExceptionType();
70 68
}

Also available in: Unified diff