Revision 12311 trunk/libraries/libGPE/src/org/gvsig/xmlschema/som/IXSComponent.java

View differences:

IXSComponent.java
3 3
import java.util.Collection;
4 4

  
5 5
import org.apache.xml.utils.QName;
6
import org.gvsig.xmlschema.exceptions.TypeNotFoundException;
7 6

  
8 7
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9 8
 *
......
49 48
 *
50 49
 * $Id$
51 50
 * $Log$
52
 * Revision 1.1  2007-06-14 16:15:03  jorpiell
51
 * Revision 1.2  2007-06-22 12:20:48  jorpiell
52
 * The typeNotFoundException has been deleted. It never was thrown
53
 *
54
 * Revision 1.1  2007/06/14 16:15:03  jorpiell
53 55
 * builds to create the jars generated and add the schema code to the libGPEProject
54 56
 *
55 57
 * Revision 1.1  2007/06/14 13:50:07  jorpiell
......
78 80
	
79 81
	public IXSSchema getSchema();	
80 82
	
81
	public Collection getItems() throws TypeNotFoundException;
83
	public Collection getItems();
82 84
	
83 85
}

Also available in: Unified diff