Revision 12418 trunk/libraries/libGPE/src/org/gvsig/gpe/warnings/NotSupportedElementWarning.java

View differences:

NotSupportedElementWarning.java
49 49
 *
50 50
 * $Id$
51 51
 * $Log$
52
 * Revision 1.1  2007-06-28 13:04:33  jorpiell
52
 * Revision 1.2  2007-06-29 12:19:14  jorpiell
53
 * The schema validation is made independently of the concrete writer
54
 *
55
 * Revision 1.1  2007/06/28 13:04:33  jorpiell
53 56
 * The Qname has been updated to the 1.5 JVM machine. The schema validation is made in the GPEWriterHandlerImplementor class
54 57
 *
55 58
 * Revision 1.1  2007/06/22 12:19:07  jorpiell
......
58 61
 *
59 62
 */
60 63
/**
61
 * @author Jorge Piera LLodr? (jorge.piera@iver.es)
64
 * It is thrown when there is an element that can not
65
 * be validated using the XML Schema
66
 * @author Jorge Piera Llodr? (jorge.piera@iver.es)
67
 * @author Carlos S?nchez Peri??n (sanchez_carper@gva.es)
62 68
 */
63 69
public class NotSupportedElementWarning extends BaseException{
64 70
	private static final long serialVersionUID = -8478703373223856720L;

Also available in: Unified diff