Revision 27828 branches/v2_0_0_prep/libraries/libGPE-KML/src/org/gvsig/gpe/kml/warnings/WarningList.java

View differences:

WarningList.java
70 70
 */
71 71
public class WarningList extends ListBaseException {
72 72

  
73
	/**
74
	 * @param message
75
	 * @param key
76
	 * @param code
77
	 */
78
	public WarningList(String message, String key, long code) {
79
		super(message, key, code);		
80
	}
81

  
73 82
	protected Map values() {
74 83
		// TODO Auto-generated method stub
75 84
		return null;

Also available in: Unified diff