Revision 45739 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/exception/ValidateFeaturesException.java

View differences:

ValidateFeaturesException.java
34 34
	private final static String MESSAGE_FORMAT = "Can't validate features of store '%(store)s'.";
35 35
	private final static String MESSAGE_KEY = "_ValidateFeaturesException";
36 36

  
37
	public ValidateFeaturesException(Throwable cause, String store) {
37
	public ValidateFeaturesException(String store, Throwable cause) {
38 38
		super(MESSAGE_FORMAT, cause, MESSAGE_KEY, serialVersionUID);
39 39
		setValue("store", store);
40 40
	}

Also available in: Unified diff