Revision 18333 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/kml/exceptions/KmlBodyParseException.java

View differences:

KmlBodyParseException.java
5 5
import java.util.Map;
6 6

  
7 7
import org.gvsig.exceptions.BaseException;
8
import org.gvsig.remoteClient.gml.exceptions.GMLException;
8 9

  
9 10
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
10 11
 *
......
58 59
/**
59 60
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
60 61
 */
61
public class KmlBodyParseException extends BaseException {
62
public class KmlBodyParseException extends KmlException {
62 63
	private static final long serialVersionUID = -5567393168169723909L;
63 64
	private File m_File = null;
64 65
	
......
71 72
		initCause(exception);
72 73
	}
73 74
	
74
	private void init() {
75
	public void init() {
75 76
		messageKey = "error_kml_body";
76 77
		formatString = "Error parsing the Kml body file";
77 78
		code = serialVersionUID;		

Also available in: Unified diff