Revision 35160 trunk/libraries/libFMap/src/com/iver/cit/gvsig/exceptions/visitors/StopVisitorException.java

View differences:

StopVisitorException.java
50 50
	public StopVisitorException(String layer,Throwable exception) {
51 51
		super(layer,exception);
52 52
		init();
53
		initCause(exception);
53
		// initCause(exception);
54 54
	}
55 55

  
56 56
	private void init() {
......
58 58
		formatString = "Can?t stop visitor the layer: %(layer) ";
59 59
	}
60 60
}
61

  
62
// [eiel-gestion-excepciones]

Also available in: Unified diff