Revision 41823 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultFeature.java

View differences:

DefaultFeature.java
112 112
        int i = attribute.getIndex();
113 113

  
114 114
        if ( attribute.isReadOnly() ) {
115
            throw new SetReadOnlyAttributeException();
115
            throw new SetReadOnlyAttributeException(attribute.getName(), this.getType());
116 116
        }
117 117
        FeatureAttributeEmulator emulator = attribute.getFeatureAttributeEmulator();
118 118
        if( emulator!= null ) {

Also available in: Unified diff