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

View differences:

KmlImpossibleCreateParser.java
57 57
/**
58 58
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
59 59
 */
60
public class KmlImpossibleCreateParser extends BaseException{
60
public class KmlImpossibleCreateParser extends KmlException{
61 61
	private static final long serialVersionUID = 8959337892045840876L;
62 62
	private String nameSpace = null;
63 63
	
......
72 72
		initCause(exception);
73 73
	}
74 74
	
75
	private void init() {
75
	public void init() {
76 76
		messageKey = "error_kml_impossibleCreateParser";
77 77
		formatString = "It has been impossibleThe to create a parser for the namespace %(nameSpace)";
78 78
		code = serialVersionUID;		

Also available in: Unified diff