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

View differences:

KmlNotRootTagException.java
60 60
/**
61 61
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
62 62
 */
63
public class KmlNotRootTagException extends BaseException{
63
public class KmlNotRootTagException extends KmlException{
64 64
	private static final long serialVersionUID = -8296305437981111079L;
65 65
	private String tag = null;
66 66
	
......
75 75
		initCause(exception);
76 76
	}
77 77
	
78
	private void init() {
78
	public void init() {
79 79
		messageKey = "error_kml_root_tag";
80 80
		formatString = "The root element is %(tag) and must be kml";
81 81
		code = serialVersionUID;		

Also available in: Unified diff